예제 #1
0
        public void GetWorldsAllowPushNotification(Push.GetWorldsAllowPushNotificationDelegate callback)
        {
            int handlerNum = pushCallback.SetGetWorldsAllowPushNotificationCallback(callback);

            pushAndroidClass.CallStatic("nmg_push_getWorldsAllowPushNotification", handlerNum);
        }
예제 #2
0
        public void GetWorldsAllowPushNotification(Push.GetWorldsAllowPushNotificationDelegate callback)
        {
            int handlerNum = pushCallback.SetGetWorldsAllowPushNotificationCallback(callback);

            nmg_push_getWorldsAllowPushNotification(handlerNum);
        }