TTDC
androidJvm
appsuite_media_api_common_core
/
com.tomtom.ivi.appsuite.media.api.common.core.actions
/
Action
/
CustomActionIcon
Custom
Action
Icon
data
class
CustomActionIcon
(
@
DrawableRes
val
icon
:
Int
,
val
sourcePackage
:
String
)
:
Parcelable
A custom action
icon
that can be extracted from a
sourcePackage
.
Members
Constructors
Custom
Action
Icon
Link copied to clipboard
constructor
(
@
DrawableRes
icon
:
Int
,
sourcePackage
:
String
)
Properties
icon
Link copied to clipboard
val
icon
:
Int
source
Package
Link copied to clipboard
val
sourcePackage
:
String
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)