Configuration information for AMM.
More...
#import <CSAMMConfiguration.h>
Inherits NSObject.
Configuration information for AMM.
A Boolean value indicating whether the AMM provider is enabled.
- (NSUInteger) pollingIntervalInMinutes |
|
readwritenonatomicassign |
Polling interval (0 implies long polling).
- (BOOL) pushNotificationsEnabled |
|
readwritenonatomicassign |
A Boolean value indicating whether Push Notifications are enabled.
- (NSData*) remoteNotificationsDeviceToken |
|
readwritenonatomiccopy |
A unique app-device token assigned by Apple to an application instance running in a specific iOS device.
This is used by the Avaya Multimedia Messaging (AMM) server when sending messaging events towards the push notification client.
The signaling server to connect with.
- (BOOL) useDevelopmentPushNotificationNetwork |
|
readwritenonatomicassign |
A Boolean value indicating whether incoming push notification events should be sent through Apple's development push notification network (api.development.push.apple.com) or the production push notification network (api.push.apple.com).
The Boolean flag is set to YES if the application is built using a development provisioning profile. By default, the property is set to NO, and Apple's production network is used to route push notification messages.
The documentation for this class was generated from the following file: