BatchPushMessageReceiver

open class BatchPushMessageReceiver : WakefulBroadcastReceiver

Batch's implementation of FCM's Push BroadcastReceiver

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Finish the execution from a previous startWakefulService.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getSentFromUid(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onReceive(context: Context, intent: Intent)
Link copied to clipboard
open fun peekService(p: Context, p1: Intent): IBinder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setResult(p: Int, p1: String, p2: Bundle)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun startWakefulService(context: Context, intent: Intent): ComponentName
Do a Context.startService, but holding a wake lock while the service starts.