Notification.ExtraNotificationId Campo

Definición

Adicional opcional para #INTENT_CATEGORY_NOTIFICATION_PREFERENCES.

[Android.Runtime.Register("EXTRA_NOTIFICATION_ID", ApiSince=26)]
public const string ExtraNotificationId;
[<Android.Runtime.Register("EXTRA_NOTIFICATION_ID", ApiSince=26)>]
val mutable ExtraNotificationId : string

Valor de campo

Implementaciones

Atributos

Comentarios

Adicional opcional para #INTENT_CATEGORY_NOTIFICATION_PREFERENCES. Si se proporciona, contendrá el identificador proporcionado a NotificationManager#notify(String, int, Notification) que se puede usar para restringir la configuración que se debe mostrar en la aplicación de destino.

Java documentación para android.app.Notification.EXTRA_NOTIFICATION_ID.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a