PMPpcRequestReceiver

class PMPpcRequestReceiver(val delegate: PMPpcRequestIfc) : BroadcastReceiver

Simple implementation of BroadCastReceiver for PPC Request

Integrator has to :

  • register this class in android
  • define action filter

Constructors

Link copied to clipboard

Functions

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
fun getResultExtras(p0: Boolean): Bundle
Link copied to clipboard
fun goAsync(): BroadcastReceiver.PendingResult
Link copied to clipboard
Link copied to clipboard
open override fun onReceive(context: Context, intent: Intent)

Accept intent from Android broadcast, decode it from flatbuffer bytearray to POJO, and delegate it.

Link copied to clipboard
open fun peekService(p0: Context, p1: Intent): IBinder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setResult(p0: Int, p1: String, p2: Bundle)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setResultExtras(p0: Bundle)

Properties

Link copied to clipboard