Skip to content

Instantly share code, notes, and snippets.

@dilrajsingh1997
Created December 3, 2021 07:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dilrajsingh1997/86da255d73fc06b9f41b55d1d0f382c0 to your computer and use it in GitHub Desktop.
Save dilrajsingh1997/86da255d73fc06b9f41b55d1d0f382c0 to your computer and use it in GitHub Desktop.
enum class ComposeArgumentType {
INT,
LONG,
FLOAT,
BOOLEAN,
STRING,
INT_ARRAY,
LONG_ARRAY,
FLOAT_ARRAY,
BOOLEAN_ARRAY,
PARCELABLE,
PARCELABLE_ARRAY,
SERIALIZABLE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment