OneTapBottomSheet
OneTap is a modal bottom sheet that provides VKID One Tap login interface. For more information how to integrate VK ID Authentication check docs https://id.vk.com/business/go/docs/ru/vkid/latest/vk-id/intro/plan
You should setCallbacks on init view to get token after successful auth.
To show or hide bottom sheet call show and hide methods.
Since
0.0.1
Properties
Optional params to be passed to auth. See VKIDAuthUiParams.Builder for more info.
Delay in millis after which sheet will be automatically shown. Examples:
Whether to fetch user. Defaults to true. In case this parameter is set to false the user data won't be fetched and user will have to confirm authorization on click. Note: this parameter doesn't support changes in runtime and must be initialized when the view is constructed. Note: This parameter will hide "change account" button because in this case OneTap will have the same behaviour.
The widget style, can change appearance.
Adds support multibranding auth. By default this widget is not displayed. This property represents a set of OneTapOAuth to be displayed.
The host for snackbars. Pass the view after placing it on screen.
Functions
Callbacks that provide auth result for version with multibranding.
Callbacks that provide Group Subscription result.