profi-sdk-aos-parent
0.10.1.28
profi-sdk-aos-navi
/
com.sygic.profi.sdk.navi.echo
/
PMEchoSenderImpl
PMEcho
Sender
Impl
class
PMEchoSenderImpl
(
val
context
:
Context
,
val
action
:
String
)
:
PMEchoSender
Implementation for sending debug objects
Constructors
Functions
Properties
Constructors
PMEcho
Sender
Impl
Link copied to clipboard
fun
PMEchoSenderImpl
(
context
:
Context
,
action
:
String
)
Functions
broadcast
Link copied to clipboard
open
override
fun
broadcast
(
cls
:
String
,
fb
:
ByteArray
)
Broadcast command to Android Intent
echo
Link copied to clipboard
open
override
fun
echo
(
cmd
:
PMCommandRequest
)
open
override
fun
echo
(
cmd
:
PMCommandResponse
)
open
override
fun
echo
(
msg
:
PMMsg
)
open
override
fun
echo
(
tbt
:
PMTBT
)
Properties
action
Link copied to clipboard
val
action
:
String
context
Link copied to clipboard
val
context
:
Context