Package-level declarations

Types

Link copied to clipboard

Manages the state of the Group Subscription Bottom Sheet. Should be created with rememberOneTapBottomSheetStateInternal

Functions

Link copied to clipboard
fun GroupSubscriptionSheet(modifier: Modifier = Modifier, state: GroupSubscriptionSheetState = rememberGroupSubscriptionSheetState(), accessTokenProvider: () -> String? = null, groupId: String, onSuccess: () -> Unit, onFail: (VKIDGroupSubscriptionFail) -> Unit = {}, snackbarHostState: SnackbarHostState? = null, style: GroupSubscriptionStyle = GroupSubscriptionStyle.Light())

A bottomsheet that provides Group Subscription functionality.

Link copied to clipboard
fun GroupSubscriptionSnackbarHost(snackbarHostState: SnackbarHostState, style: GroupSubscriptionStyle = GroupSubscriptionStyle.Light())

Composable that displays and host for Group Subscription snackbars.

Link copied to clipboard

Composable function which creates a state for GroupSubscriptionSheet and can be used as state parameter.