◆ disableOfflinePushStart:end:
- (EMError *) disableOfflinePushStart: |
|
(int) |
aStartHour |
end: |
|
(int) |
aEndHour |
|
|
| |
Disable Apns
Synchronization method will block the current thread
- Parameters
-
aStartHour | start time |
aEndHour | end time |
- Returns
- Error
◆ enableOfflinePush
Enable Apns
Synchronization method will block the current thread
- Returns
- Error
◆ getPushNotificationOptionsFromServerWithCompletion:
- (void) getPushNotificationOptionsFromServerWithCompletion: |
|
(void(^)(EMPushOptions *aOptions, EMError *aError)) |
aCompletionBlock |
|
Get Apple Push Notification Service options from the server
- Parameters
-
aCompletionBlock | The callback of completion block |
◆ getPushOptionsFromServerWithError:
Get Apple Push Notification Service options from the server
Synchronization method will block the current thread
- Parameters
-
- Returns
- Apple Push Notification Service options
◆ updatePushDisplayName:
- (EMError *) updatePushDisplayName: |
|
(NSString *) |
aDisplayName |
|
Set display name for Apple Push Notification message
Synchronization method will block the current thread
- Parameters
-
- Returns
- Error
◆ updatePushDisplayName:completion:
Set display name for the push notification
- Parameters
-
aDisplayName | Display name of push |
aCompletionBlock | The callback block of completion |
◆ updatePushDisplayStyle:
- (EMError *) updatePushDisplayStyle: |
|
(EMPushDisplayStyle) |
pushDisplayStyle |
|
Set display style for Apple Push Notification message
Synchronization method will block the current thread
- Parameters
-
pushDisplayStyle | Display style |
- Returns
- Error
◆ updatePushDisplayStyle:completion:
Set display style for the push notification
- Parameters
-
pushDisplayStyle | Display style of push |
aCompletionBlock | The callback block of completion |
◆ updatePushServiceForGroups:disablePush:
- (EMError *) updatePushServiceForGroups: |
|
(NSArray *) |
aGroupIds |
disablePush: |
|
(BOOL) |
disable |
|
|
| |
Disable groups Apns
Synchronization method will block the current thread
- Parameters
-
aGroupIds | group ids |
disable | disable |
- Returns
- Error
◆ updatePushServiceForGroups:disablePush:completion:
- (void) updatePushServiceForGroups: |
|
(NSArray *) |
aGroupIds |
disablePush: |
|
(BOOL) |
disable |
completion: |
|
(nonnull void(^)(EMError *_Nonnull aError)) |
aCompletionBlock |
|
|
| |
Set display style for the push notification
- Parameters
-
aGroupIds | group ids |
disable | disable |
aCompletionBlock | The callback block of completion |
◆ noPushGroups
- (NSArray*) noPushGroups |
|
readnonatomicstrong |
Get the list of groups which have disabled Apple Push Notification Service
- Parameters
-
◆ pushOptions
Get the Apple Push Notification Option
The documentation for this protocol was generated from the following file: