Condividi tramite


PushNotificationReceivedEventArgs.NotificationType Proprietà

Definizione

Ottiene il tipo di notifica push ricevuta dal server app.

public:
 property PushNotificationType NotificationType { PushNotificationType get(); };
PushNotificationType NotificationType();
public PushNotificationType NotificationType { get; }
var pushNotificationType = pushNotificationReceivedEventArgs.notificationType;
Public ReadOnly Property NotificationType As PushNotificationType

Valore della proprietà

Tipo (badge, riquadro, avviso popup o non elaborato) di notifica push ricevuta.

Requisiti Windows

Funzionalità dell'app
internetClient

Commenti

I canali associati ai riquadri secondari accettano solo notifiche push per gli aggiornamenti riquadro e badge . Le notifiche popup e non elaborate devono usare un canale associato a un'applicazione.

Si applica a

Vedi anche