IToastNotificationManagerStatics3 Interface

Definition

Creates ToastNotifier objects that can be used to raise toast notifications.

Important

These APIs are not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

public interface class IToastNotificationManagerStatics3
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.StartScreen.DualSimTileContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(655881547, 20703, 17493, 142, 110, 65, 224, 252, 142, 19, 206)]
struct IToastNotificationManagerStatics3
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.StartScreen.DualSimTileContract), 65536)]
[Windows.Foundation.Metadata.Guid(655881547, 20703, 17493, 142, 110, 65, 224, 252, 142, 19, 206)]
public interface IToastNotificationManagerStatics3
Public Interface IToastNotificationManagerStatics3
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Phone.StartScreen.DualSimTileContract (introduced in v1.0)

Methods

CreateToastNotifierForSecondaryTile(String)

Creates and initializes a toast notifier for the secondary tile.

Important

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this APIs will fail at runtime.

Applies to