media_extension_action_types
library
Enums
-
IntentAction
-
The Enum represents the IntentAction which as invoked the app.
-
MediaType
-
The Enum represents the MediaType of uri which as invoked the app.
Functions
-
actionParser(String actionString)
→ IntentAction
-
- Method which converts the string value to the IntentAction
- Used for converting the string from native code to dart type
-
mediaParser(String? mediaString)
→ MediaType?
-
- Method which converts the string value to the MediaType
- Used for converting the string from native code to dart type