Package-level declarations

Route geometry sharing

Look at samples for this classes

  • PMPpcEventReceiver

  • PMPpcRequestSender

  • PMPpcEventPayloadReceiver

Types

Link copied to clipboard
data class PMPpcEventPayload(val payload: ByteArray, val metadata: ByteArray, val bigFlag: Boolean)

Helper immutable data class for extracted data from Android Intent

Link copied to clipboard

Interface for working with PPCEvent without decoding message from flatbuffer bytearray

Link copied to clipboard
class PMPpcEventPayloadReceiver(val delegate: PMPpcEventPayloadIfc) : BroadcastReceiver

Android broadcast receiver of PPC Events without decoding message from flatbuffer bytearray

Link copied to clipboard
class PMPpcEventReceiver(val delegate: PMPpcEventIfc) : BroadcastReceiver

Simple implementation of BroadCastReceiver for PPC Events

Link copied to clipboard

Direct functions to send PPC request

Link copied to clipboard
class PMPpcRequestSenderImpl(val context: Context, val cfg: PartyConfig = PartyConfigProduction) : PMPpcRequestSender

Implementation for sending messages via CMD-interface