profi-sdk-aos-parent
0.10.1.28
profi-sdk-aos-navi
/
com.sygic.profi.sdk.navi.ppc
/
PMPpcEventSenderImpl
PMPpc
Event
Sender
Impl
class
PMPpcEventSenderImpl
(
val
context
:
Context
,
val
cfg
:
NaviConfig
)
:
PMPpcEventSender
Implementation for sending messages via PPC sending event
Constructors
Functions
Properties
Constructors
PMPpc
Event
Sender
Impl
Link copied to clipboard
fun
PMPpcEventSenderImpl
(
context
:
Context
,
cfg
:
NaviConfig
)
Functions
broadcast
Link copied to clipboard
open
override
fun
broadcast
(
ppc
:
PMPpcEvent
)
Broadcast command to Android Intent
navi
Cancel
Link copied to clipboard
open
fun
naviCancel
(
correlationId
:
String
)
navi
Follow
Route
Link copied to clipboard
open
fun
naviFollowRoute
(
correlationId
:
String
)
navi
Start
Link copied to clipboard
open
fun
naviStart
(
correlationId
:
String
,
polyline
:
String
,
roadType
:
List
<
PMPpcRoadType
>
,
roadAttr
:
List
<
UShort
>
)
Properties
cfg
Link copied to clipboard
val
cfg
:
NaviConfig
context
Link copied to clipboard
val
context
:
Context