- namespace GFGGame.Launcher
- {
- public static class AppTrackingTransparency
- {
- [System.Runtime.InteropServices.DllImport("__Internal")]
- private static extern void RequestTrackingAuthorizationI();
- public static void RequestTrackingAuthorization()
- {
- RequestTrackingAuthorization();
- }
- }
- }
|