Compartir a través de


PushNotificationChannelManagerForUser.CreatePushNotificationChannelForSecondaryTileAsync Método

Definición

Crea un objeto enlazado a un icono secundario, a través del cual se recupera un canal de notificación de inserción de Windows Push Notification Services (WNS). El icono puede ser un icono secundario de la aplicación que llama o cualquier otra aplicación del mismo paquete.

public:
 virtual IAsyncOperation<PushNotificationChannel ^> ^ CreatePushNotificationChannelForSecondaryTileAsync(Platform::String ^ tileId) = CreatePushNotificationChannelForSecondaryTileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<PushNotificationChannel> CreatePushNotificationChannelForSecondaryTileAsync(winrt::hstring const& tileId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<PushNotificationChannel> CreatePushNotificationChannelForSecondaryTileAsync(string tileId);
function createPushNotificationChannelForSecondaryTileAsync(tileId)
Public Function CreatePushNotificationChannelForSecondaryTileAsync (tileId As String) As IAsyncOperation(Of PushNotificationChannel)

Parámetros

tileId
String

Platform::String

winrt::hstring

Identificador del icono secundario que se va a enlazar al canal de notificación de inserción.

Devoluciones

Objeto, enlazado al icono secundario, que se usa para solicitar un PushNotificationChannel desde los Servicios de notificaciones push de Windows (WNS).

Atributos

Comentarios

Nota:

Los canales enlazados a iconos secundarios solo aceptan notificaciones push para los tipos de actualización icono y distintivo .

Se aplica a