Package-level declarations
Types
Link copied to clipboard
object AccessTokenConstants
Link copied to clipboard
Link copied to clipboard
interface DispatcherProvider
Link copied to clipboard
object Oauth2AccessTokenConstants
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Functions
Link copied to clipboard
This is required to fix keyboard overlapping content in a Composable screen. This functionality is applied after the setContent function of the activity is called.
Link copied to clipboard
suspend fun SharedFlow<SnackBarComponentConfiguration>.hookSnackBar(scaffoldState: ScaffoldState, action: () -> Unit = {})
Link copied to clipboard
This function checks if the device is online
Link copied to clipboard
Parse this String to a color code to be used in compose. Color code must either a). begin with pound sign ('#') and should be of 6 valid characters or b). be equal to 'primaryColor', 'primaryVariantColor' or 'errorColor'