← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / android
RtkPollsBottomSheet
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")