MiPushConfig
class MiPushConfig(appId: String, appKey: String, isRegistrationEnabled: Boolean)
Content copied to clipboard
Mi Push Config Configuration
Author
Umang Chamaria
Parameters
appId
App-Id from the Mi Dashboard.
appKey
App-Key from the Mi Dashboard
isRegistrationEnabled
true if you want the MoEngage SDK to register for Push Token else false.
Constructors
MiPushConfig
Link copied to clipboard
Creates a default instance of the Mi Push Config
MiPushConfig
Link copied to clipboard
fun MiPushConfig(appId: String, appKey: String, isRegistrationEnabled: Boolean)
Content copied to clipboard