All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.myunidays.kiterable.IterableMessagingService.kt Maven / Gradle / Ivy

package com.myunidays.kiterable

import com.myunidays.kiterable.models.Context
import com.myunidays.kiterable.models.RemoteMessage

expect object IterableMessagingService {
    fun isGhostPush(message: RemoteMessage): Boolean
    fun handleMessageReceived(context: Context, message: RemoteMessage): Boolean

    fun handleTokenRefresh()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy