Skip to content

RtkCreatePollBottomSheet

Last updated View as MarkdownAgent setup

A component that lets you create a poll.

Methods

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

Usage Examples

Basic Usage

val rtkCreatePollBottomSheet = RtkCreatePollBottomSheet()
rtkCreatePollBottomSheet.show(fragmentManager, "CREATE_POLL_TAG")

Was this helpful?