PushHelper

class PushHelper

Author

Umang Chamaria Date: 2020/12/09

Constructors

PushHelper
Link copied to clipboard
fun PushHelper()

Types

Companion
Link copied to clipboard
object Companion

Functions

createChannelIfRequired
Link copied to clipboard
fun createChannelIfRequired(context: Context, channelId: String, channelName: String, isVibrationEnabled: Boolean, shouldDisableSound: Boolean)
createMoEngageChannels
Link copied to clipboard
fun createMoEngageChannels(context: Context)
handlePushPayload
Link copied to clipboard
fun handlePushPayload(context: Context, pushPayload: Bundle)
fun handlePushPayload(context: Context, pushPayload: Map<String, String>)
writeMessageToInbox
Link copied to clipboard
fun writeMessageToInbox(context: Context, pushPayload: Bundle)