Skip to content

RtkPollsBottomSheet

Last updated View as MarkdownAgent setup

A component which lists all available polls a user can access.

Methods

Method Parameters Description
show fragmentManager: FragmentManager, tag: String? Display the polls bottom sheet

Usage Examples

Basic Usage

val rtkPollsBottomSheet = RtkPollsBottomSheet()
rtkPollsBottomSheet.show(fragmentManager, "POLLS_TAG")

Was this helpful?