Enumeration ZendriveSDKHealthReason

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.

Enumeration Members

BACKGROUND_PROCESSING: "backgroundProcessing"

Indicates the SDK health will recorded due to background processing

SILENT_PUSH_NOTIFICATION: "silentPushNotification"

Indicates the SDK health will recorded due to silent push notification

UNKNOWN: "unknown"

Indicates the reason is unknown. This is the default value.