RtkCreatePollBottomSheet
A component that lets you create a poll.
| Method | Parameters | Description |
|---|---|---|
show | fragmentManager: FragmentManager, tag: String? | Display the create poll bottom sheet |
val rtkCreatePollBottomSheet = RtkCreatePollBottomSheet()rtkCreatePollBottomSheet.show(fragmentManager, "CREATE_POLL_TAG")