PMPpcEventSenderImpl

class PMPpcEventSenderImpl(val context: Context, val cfg: NaviConfig) : PMPpcEventSender

Implementation for sending messages via PPC sending event

Constructors

Link copied to clipboard
fun PMPpcEventSenderImpl(context: Context, cfg: NaviConfig)

Functions

Link copied to clipboard
open override fun broadcast(ppc: PMPpcEvent)

Broadcast command to Android Intent

Link copied to clipboard
open fun naviCancel(correlationId: String)
Link copied to clipboard
open fun naviFollowRoute(correlationId: String)
Link copied to clipboard
open fun naviStart(correlationId: String, polyline: String, roadType: List<PMPpcRoadType>, roadAttr: List<UShort>)

Properties

Link copied to clipboard
Link copied to clipboard
val context: Context