AppActions Class

Definition

The AppActions API lets you create and respond to app shortcuts from the app icon.

public ref class AppActions abstract sealed
public static class AppActions
type AppActions = class
Public Class AppActions
Inheritance
AppActions

Properties

Current

Provides the default implementation for static usage of this API.

IsSupported

Gets if app actions are supported on this device.

Methods

GetAsync()

Retrieves all the currently available AppAction instances.

SetAsync(AppAction[])

Sets the app actions that will be available for this app.

SetAsync(IEnumerable<AppAction>)

Sets the app actions that will be available for this app.

Events

OnAppAction

Occurs when an app action is activated.

Applies to