-
public final class MediaStatusTemplate.Data
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerappIconResprivate final Iconiconprivate final SmallImageTypetypeprivate final Stringtitleprivate final Stringtextprivate final PendingIntentlaunchIntentprivate final ComplicationTextcontentDescription
-
Constructor Summary
Constructors Constructor Description MediaStatusTemplate.Data(Integer appIconRes, Icon icon, SmallImageType type, String title, String text, PendingIntent launchIntent, ComplicationText contentDescription)
-
Method Summary
Modifier and Type Method Description final IntegergetAppIconRes()final IcongetIcon()final SmallImageTypegetType()final StringgetTitle()final StringgetText()final PendingIntentgetLaunchIntent()final ComplicationTextgetContentDescription()-
-
Constructor Detail
-
MediaStatusTemplate.Data
MediaStatusTemplate.Data(Integer appIconRes, Icon icon, SmallImageType type, String title, String text, PendingIntent launchIntent, ComplicationText contentDescription)
-
-
Method Detail
-
getAppIconRes
final Integer getAppIconRes()
-
getType
final SmallImageType getType()
-
getLaunchIntent
final PendingIntent getLaunchIntent()
-
getContentDescription
final ComplicationText getContentDescription()
-
-
-
-