UnityEngine.NotificationServices.RegisterForRemoteNotificationTypes C# (CSharp) 메소드

RegisterForRemoteNotificationTypes() 개인적인 메소드

private RegisterForRemoteNotificationTypes ( UnityEngine.RemoteNotificationType notificationTypes ) : void
notificationTypes UnityEngine.RemoteNotificationType
리턴 void
        public static void RegisterForRemoteNotificationTypes(RemoteNotificationType notificationTypes)
        {
        }
    }