UnityEngine.NotificationServices.RegisterForRemoteNotificationTypes C# (CSharp) Method

RegisterForRemoteNotificationTypes() private method

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