Disabled

data class Disabled(val isSdkPushEnabled: Boolean, val hasSystemPermission: Boolean) : PushMessageManager.PushStatus

Push notifications are disabled. Contains details about what needs to be fixed.

Parameters

isSdkPushEnabled

Whether the SDK's internal push configuration is enabled

hasSystemPermission

Whether the device has granted notification permissions

Constructors

Link copied to clipboard
constructor(isSdkPushEnabled: Boolean, hasSystemPermission: Boolean)

Properties

Link copied to clipboard
val hasSystemPermission: Boolean
Link copied to clipboard
val isSdkPushEnabled: Boolean