Created
August 29, 2021 15:56
-
-
Save hamza39460/1c4021346dd2180716496281a15c81b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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