| [ Web Proxy ] |
| Viewing: https://developers.cloudflare.com/realtime/realtimekit/ui-kit/api-reference/android/polls/ | [Back] [Original] |
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")| Web Proxy Viewer | New URL | Original Page |