Fields Summary |
---|
public static final String | EXTRA_LOCAL_ONLYExtras 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_KEYExtras 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_SUMMARYExtras 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_KEYExtras 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_EXTRASExtras 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_INPUTSExtras 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. |