profi-sdk-aos-parent
0.10.1.28
profi-sdk-aos-navi
/
com.sygic.profi.sdk.navi.msg
/
PMNotifSenderImpl
PMNotif
Sender
Impl
class
PMNotifSenderImpl
(
val
context
:
Context
,
val
cfg
:
NaviConfig
)
:
PMNotifSender
Implementation for sending messages via TBT-interface
Constructors
Functions
Properties
Constructors
PMNotif
Sender
Impl
Link copied to clipboard
fun
PMNotifSenderImpl
(
context
:
Context
,
cfg
:
NaviConfig
)
Functions
broadcast
Link copied to clipboard
open
override
fun
broadcast
(
msg
:
PMMsg
)
Broadcast command to Android Intent
error
Link copied to clipboard
open
fun
error
(
code
:
String
,
shortText
:
String
,
detailText
:
String
?
=
null
)
fatal
Link copied to clipboard
open
fun
fatal
(
code
:
String
,
shortText
:
String
,
detailText
:
String
?
=
null
)
info
Link copied to clipboard
open
fun
info
(
code
:
String
,
shortText
:
String
,
detailText
:
String
?
=
null
)
prudence
Link copied to clipboard
open
fun
prudence
(
code
:
String
,
shortText
:
String
,
detailText
:
String
?
=
null
)
success
Link copied to clipboard
open
fun
success
(
code
:
String
,
shortText
:
String
,
detailText
:
String
?
=
null
)
trace
Link copied to clipboard
open
fun
trace
(
code
:
String
,
shortText
:
String
,
detailText
:
String
?
=
null
)
warning
Link copied to clipboard
open
fun
warning
(
code
:
String
,
shortText
:
String
,
detailText
:
String
?
=
null
)
Properties
cfg
Link copied to clipboard
val
cfg
:
NaviConfig
context
Link copied to clipboard
val
context
:
Context