FileDocCategorySizeDatePackage
NotificationCompatExtras.javaAPI DocAndroid 5.1 API3150Thu Mar 12 22:22:56 GMT 2015android.support.v4.app

NotificationCompatExtras

public final class NotificationCompatExtras extends Object
Well-known extras used by {@link NotificationCompat} for backwards compatibility.

Fields Summary
public static final String
EXTRA_LOCAL_ONLY
Extras key used internally by {@link NotificationCompat} to store the value of the {@link android.app.Notification#FLAG_LOCAL_ONLY} field before it was available. If possible, use {@link NotificationCompat#getLocalOnly} to access this field.
public static final String
EXTRA_GROUP_KEY
Extras key used internally by {@link NotificationCompat} to store the value set by {@link android.app.Notification.Builder#setGroup} before it was available. If possible, use {@link NotificationCompat#getGroup} to access this value.
public static final String
EXTRA_GROUP_SUMMARY
Extras key used internally by {@link NotificationCompat} to store the value set by {@link android.app.Notification.Builder#setGroupSummary} before it was available. If possible, use {@link NotificationCompat#isGroupSummary} to access this value.
public static final String
EXTRA_SORT_KEY
Extras key used internally by {@link NotificationCompat} to store the value set by {@link android.app.Notification.Builder#setSortKey} before it was available. If possible, use {@link NotificationCompat#getSortKey} to access this value.
public static final String
EXTRA_ACTION_EXTRAS
Extras key used internally by {@link NotificationCompat} to store the value of the {@link android.app.Notification.Action#extras} field before it was available. If possible, use {@link NotificationCompat#getAction} to access this field.
public static final String
EXTRA_REMOTE_INPUTS
Extras key used internally by {@link NotificationCompat} to store the value of the {@link android.app.Notification.Action#getRemoteInputs} before the field was available. If possible, use {@link NotificationCompat.Action#getRemoteInputs to access this field.
Constructors Summary
private NotificationCompatExtras()


      
Methods Summary