Exemple #1
0
        public void GetAllowPushNotification(Push.GetAllowPushNotificationDelegate callback)
        {
            int handlerNum = pushCallback.SetGetAllowPushNotificationCallback(callback);

            pushAndroidClass.CallStatic("nmg_push_getAllowPushNotification", handlerNum);
        }
Exemple #2
0
        public void GetAllowPushNotification(Push.GetAllowPushNotificationDelegate callback)
        {
            int handlerNum = pushCallback.SetGetAllowPushNotificationCallback(callback);

            nmg_push_getAllowPushNotification(handlerNum);
        }