IAppActions Interface
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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.