A component which lists all available polls a user can access.
| Method | Parameters | Description |
|---|---|---|
show |
fragmentManager: FragmentManager, tag: String? |
Display the polls bottom sheet |
val rtkPollsBottomSheet = RtkPollsBottomSheet()
rtkPollsBottomSheet.show(fragmentManager, "POLLS_TAG")