DualSimTile Class

Definition

Creates toast, tile, and badge updater objects specific to Sim1 and Sim2 on dual sim devices.

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 ref class DualSimTile sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Phone.StartScreen.DualSimTileContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.StartScreen.DualSimTileContract, 65536)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
class DualSimTile final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.StartScreen.DualSimTileContract, 65536)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Phone.StartScreen.DualSimTileContract")]
class DualSimTile final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Phone.StartScreen.DualSimTileContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.StartScreen.DualSimTileContract), 65536)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
public sealed class DualSimTile
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.StartScreen.DualSimTileContract), 65536)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Phone.StartScreen.DualSimTileContract")]
public sealed class DualSimTile
function DualSimTile()
Public NotInheritable Class DualSimTile
Inheritance
Object Platform::Object IInspectable DualSimTile
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)
App capabilities
dualSimTiles

Constructors

DualSimTile()

Creates a DualSimTile object.

Important

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

Properties

DisplayName

Gets or sets a name that is associated with and displayed on the tile.

Important

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

IsPinnedToStart

Gets a value indicating whether the tile is pinned to Start.

Important

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

Methods

CreateAsync()

Creates a new dual SIM app list entry.

Important

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

CreateBadgeUpdaterForSim1()

Creates and initializes a badge updater for the Sim1 tile.

Important

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

CreateBadgeUpdaterForSim2()

Creates and initializes a badge updater for the Sim2 tile.

Important

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

CreateTileUpdaterForSim1()

Creates and initializes a tile updater for the Sim1 tile.

Important

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

CreateTileUpdaterForSim2()

Creates and initializes a tile updater for the Sim2 tile.

Important

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

CreateToastNotifierForSim1()

Creates and initializes a toast notifier for Sim1.

Important

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

CreateToastNotifierForSim2()

Creates and initializes a toast notifier for Sim2.

Important

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

DeleteAsync()

Deletes a dual SIM app list entry.

Important

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

GetTileForSim2()

Gets the Sim2 tile.

Important

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

UpdateAsync()

Updates a dual SIM app list entry.

Important

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

UpdateDisplayNameForSim1Async(String)

Updates the primary tile display name.

Important

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

Applies to