ZendriveSDKHealthReason
enum ZendriveSDKHealthReason : int {}
Dictates the reason for is logging SDK Health The SDK health will be recorded when there is any update in permission from last recorded SDK health.
-
Indicates the reason is unknown. This is the default value.
Declaration
Objective-C
ZendriveSDKHealthReasonUnknown = 0
-
Indicates the SDK health will recorded due to silent push notification
Declaration
Objective-C
ZendriveSDKHealthReasonSilentPushNotification = 1
-
Indicates the SDK health will recorded due to background processing
Declaration
Objective-C
ZendriveSDKHealthReasonBackgroundProcessing = 2