-
public interface NotificationFormat
-
-
Method Summary
Modifier and Type Method Description abstract RemoteViewsgenerateCollapsedView(@NonNull() String packageName)abstract RemoteViewsgenerateExpandedView(@NonNull() String packageName)abstract NotificationCompat.StylegetSupportNotificationStyle()abstract voidapplyArguments(@Nullable() JSONObject arguments)abstract voidapplyExtraBuilderConfiguration(@NonNull() NotificationCompat.Builder builder)-
-
Method Detail
-
generateCollapsedView
@Nullable() abstract RemoteViews generateCollapsedView(@NonNull() String packageName)
-
generateExpandedView
@Nullable() abstract RemoteViews generateExpandedView(@NonNull() String packageName)
-
getSupportNotificationStyle
@Nullable() abstract NotificationCompat.Style getSupportNotificationStyle()
-
applyArguments
abstract void applyArguments(@Nullable() JSONObject arguments)
-
applyExtraBuilderConfiguration
abstract void applyExtraBuilderConfiguration(@NonNull() NotificationCompat.Builder builder)
-
-
-
-