Batch.Internal.PushModule.setiOSNotificationTypes C# (CSharp) Метод

setiOSNotificationTypes() приватный Метод

private setiOSNotificationTypes ( IOSNotificationType type ) : void
type IOSNotificationType
Результат void
        private void setiOSNotificationTypes(IOSNotificationType type)
        {
            JsonData data = new JsonData();
            data["notifTypes"] = (int)type;
            bridge.Call("push.setIOSNotifTypes", JsonMapper.ToJson(data));
        }