FcmConfig

class FcmConfig(isRegistrationEnabled: Boolean)

Create an instance of Firebase Messaging Config.

Parameters

isRegistrationEnabled

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

Constructors

FcmConfig
Link copied to clipboard
fun FcmConfig(isRegistrationEnabled: Boolean)

Types

Companion
Link copied to clipboard
object Companion

Functions

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

Properties

isRegistrationEnabled
Link copied to clipboard
val isRegistrationEnabled: Boolean

If true sdk will try to register for FCM push token.