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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.