PMCmdResponseReceiver

class PMCmdResponseReceiver(delegate: PMCmdServerIfc) : BroadcastReceiver

Implementation for receiving response messages via CMD-interface

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)