PushCapabilityEvent

class PushCapabilityEvent(val isPushSdkEnabled: Boolean, val hasSystemPermissions: Boolean) : PushEvent

This event is used to track the capability of the push SDK to receive push notifications.

Parameters

isPushSdkEnabled

Whether the push SDK is enabled.

hasSystemPermissions

Whether the system has permissions to receive push notifications.

Constructors

Link copied to clipboard
constructor(isPushSdkEnabled: Boolean, hasSystemPermissions: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val isPushSdkEnabled: Boolean

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toJson(): JSONObject

Convert the event to a JSON object.

Link copied to clipboard
open override fun toString(): String