AppActions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |