media_extension_action_types library

Classes

MediaExtentionAction
MediaExtensionAction is custom data class

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.

Extensions

ParseToString on IntentAction
Method which extracts the value of the IntentAction as a string

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