Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hamza39460/1c4021346dd2180716496281a15c81b7 to your computer and use it in GitHub Desktop.
Save hamza39460/1c4021346dd2180716496281a15c81b7 to your computer and use it in GitHub Desktop.
enum DataState {
Uninitialized,
Refreshing,
Initial_Fetching,
More_Fetching,
Fetched,
No_More_Data,
Error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment