Enumerations
The following enumerations are available globally.
-
Undocumented
See moreDeclaration
Swift
public enum SinchCallQualityWarningEventextension SinchCallQualityWarningEvent: Equatable -
Describe possible errors that might happen
See moreDeclaration
Swift
public enum Errors : Error -
APSEnvironment is used to declare to which Apple Push Notification Service environment a device token is bound to.
APSEnvironment is used with
SinchClient.registerPushNotificationDeviceToken:forPushType:apsEnvironment:orSinchManagedPush.Example
An application which is codesigned and provisioned with a “Development” Provisioning Profile will be tied to the APNs Development environment.
An application which is codesigned and provisioned with a “Distribution” Provisioning Profile will be tied to the APNs Production environment.
See Apple documentation for further details: https://developer.apple.com/documentation/usernotifications/registering_your_app_with_apns?language=objc https://developer.apple.com/documentation/bundleresources/entitlements/aps-environment?language=objc
See moreDeclaration
Swift
@frozen public enum APSEnvironment : String, CaseIterable -
LogSeverity can be used to increase or decrease amount of logging
See moreDeclaration
Swift
public enum LogSeverity : String, CaseIterable
Enumerations Reference