OnboardingNavigationBarBottomAdapter

Adapter for injecting a custom bottom navigation bar on the onboarding screen.

Functions

Link copied to clipboard
public abstract View onCreateView(ViewGroup container)

Called when the custom view is required. It will be injected into the SDK's layout.

Link copied to clipboard
public abstract Unit onDestroy()

Called when the layout is destroyed.

Link copied to clipboard

Set the click listener for the "get started" button.

Link copied to clipboard

Set the click listener for the next button.

Link copied to clipboard

Set the click listener for the skip button.

Link copied to clipboard

Called when the displayed buttons have to change. Show only the buttons that are in the list.