Data

data class Data(    @DrawableRes val appIconRes: Int? = null,     val icon: Icon? = null,     val type: SmallImageType,     val title: String?,     val text: String,     val launchIntent: PendingIntent?,     val contentDescription: ComplicationText? = null)

Constructors

Link copied to clipboard
constructor(    @DrawableRes appIconRes: Int? = null,     icon: Icon? = null,     type: SmallImageType,     title: String?,     text: String,     launchIntent: PendingIntent?,     contentDescription: ComplicationText? = null)

Properties

Link copied to clipboard
val appIconRes: Int? = null
Link copied to clipboard
Link copied to clipboard
val icon: Icon? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard