Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
This repository was archived by the owner on May 15, 2024. It is now read-only.

App Actions (Quick Actions/App Shortcuts) #148

@jamesmontemagno

Description

@jamesmontemagno

Description

API for iOS's Quick Actions and Android's App Shortcuts

API:

event OnAppAction(string actionType);
IEnumerable<AppActionItem> ActionItems {get;set;}

AppActionItem

string ActionType {get; set;}
string LocalizedTitle {get;set;}
string Icon {get;set;} 

On iOS we should pull from xcassets or resources and drawables on Android.

Event must be registered early enough is application lifecycle to handle events. (Application or AppDelegate).

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-more-discussionThis needs more discussion or info before discussing it as a proposal.proposalProposed feature or enhancement.up-for-grabsImplementation from community can be started.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions