Avaya Client Services API Reference (iOS)
Properties | List of all members
CSPushNotificationsEncryptionInfo Class Reference

Encryption information for Push Notifications. More...

#import <CSPushNotificationsEncryptionInfo.h>

Inherits NSObject.

Properties

CSPushNotificationsEncryptionScheme encryptionScheme
 Encryption scheme reported by the server. More...
 
NSString * encryptionKey
 Encryption key reported by the server. More...
 

Detailed Description

Encryption information for Push Notifications.

This is only reported out by the Client SDK for services such as Avaya Aura Messaging where incoming push notifications are decrypted by an iOS Notification Service Extension, and not by the Client SDK. Telephony related push notifications are decrypted by the Client SDK and telephony encryption information is not reported up to the application.

Property Documentation

- (NSString*) encryptionKey
readnonatomicassign

Encryption key reported by the server.

- (CSPushNotificationsEncryptionScheme) encryptionScheme
readnonatomicassign

Encryption scheme reported by the server.


The documentation for this class was generated from the following file: