profi-sdk-aos-parent
0.10.1.28
profi-sdk-aos-navi
/
com.sygic.profi.sdk.navi.msg
/
PMNotifSender
PMNotif
Sender
interface
PMNotifSender
:
PMNotifIfc
Direct function to send messages
Functions
Inheritors
Functions
broadcast
Link copied to clipboard
abstract
fun
broadcast
(
msg
:
PMMsg
)
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
)
Inheritors
PMNotifSenderImpl
Link copied to clipboard