PushKitConfig

class PushKitConfig(val isRegistrationEnabled: Boolean)

Create an instance of PushKit Messaging Config.

Parameters

isRegistrationEnabled

true if you want the MoEngage SDK to register for Push else false.

Constructors

Link copied to clipboard
constructor(isRegistrationEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

if true the SDK will register for push token, else not.

Functions

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