PushNotificationHandlingStrategy

PushNotificationHandlingStrategy represents the option to automatically or manually manage the KaleyraVideo SDK push notification processing. When using PushNotificationHandlingStrategy.Automatic option the KaleyraVideoSDK push payloads will be automatically intercepted by the KaleyraVideoSDK. Whenever a KaleyraVideoSDK push payload is received, by implementing KaleyraVideoService the SDK will invoke onRequestKaleyraVideoConfigure and onRequestKaleyraVideoConnect functions in order to let integrating app configure and connect the SDK at the right time. When using PushNotificationHandlingStrategy.Manual option the KaleyraVideoSDK push payloads will NOT be automatically intercepted by the KaleyraVideoSDK, so it will be necessary in the integrating app to implement FCM/HMS(Huawei) push notification receivers in order to intercept the KaleyraVideoSDK push payloads and manually configure and connect the SDK to process the notifications.

Entries

Link copied to clipboard

Automatic Push Notification Interceptor Option

Link copied to clipboard

Manual Push Notification Interceptor Option

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.