Constants
The following constants are available globally.
-
SINCallIdKey is used for a call id in userInfo
Declaration
Objective-C
extern NSString *const SINCallIdKey
Swift
let SINCallIdKey: String
-
Constant that corresponds to network errors in Sinch SDK
Declaration
Objective-C
extern NSString *const SINErrorDomainNetwork
Swift
let SINErrorDomainNetwork: String
-
Constant that corresponds to general errors in Sinch SDK
Declaration
Objective-C
extern NSString *const SINErrorDomain
Swift
let SINErrorDomain: String
-
VoIP push type constant
Declaration
Objective-C
extern NSString *const SINPushTypeVoIP
Swift
let SINPushTypeVoIP: String
-
SINPushTypeKey, userInfo contains this key with value SINPushTypeVoIP
Declaration
Objective-C
extern NSString *const SINPushTypeKey
Swift
let SINPushTypeKey: String