Windows.Phone.StartScreen.DualSimTileContract
Creates toast, tile, and badge updater objects specific to Sim1 and Sim2 on dual sim devices.
Creates a DualSimTile object.
Gets or sets a name that is associated with and displayed on the tile.
The display name.
Gets a value indicating whether the tile is pinned to Start.
Set to True if the tile is pinned; otherwise, False.
Creates a new dual SIM app list entry.
When this async operation completes a boolean is returned.
Creates and initializes a badge updater for the Sim1 tile.
The object you will use to send badge updates to the tile.
Creates and initializes a badge updater for the Sim2 tile.
The object you will use to send badge updates to the tile.
Creates and initializes a tile updater for the Sim1 tile.
The object you will use to send updates to the tile.
Creates and initializes a tile updater for the Sim2 tile.
The object you will use to send badge updates to the tile.
Creates and initializes a toast notifier for Sim1.
The object you will use to send the toast notification.
Creates and initializes a toast notifier for Sim2.
The object you will use to send the toast notification to the app.
Deletes a dual SIM app list entry.
When this async operation completes a boolean is returned.
Gets the Sim2 tile.
A reference to the Sim2 tile.
Updates a dual SIM app list entry.
When this async operation completes a boolean is returned.
Updates the primary tile display name.
The display name.
When this async operation completes a boolean is returned.
Creates ToastNotifier objects that can be used to raise toast notifications.
Creates and initializes a toast notifier for the secondary tile.
The tile ID.
The object you will use to send the toast notification to the tile.