IAppActions Interface

Definition

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

public interface class IAppActions
public interface IAppActions
type IAppActions = interface
Public Interface IAppActions

Properties

IsSupported

Gets if app actions are supported on this device.

Methods

GetAsync()

Retrieves all the currently available AppAction instances.

SetAsync(IEnumerable<AppAction>)

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

Events

AppActionActivated

Event triggered when an app action is activated.

Applies to