← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / android
RtkParticipantsFragment
A component which lists all participants, with the ability to run privileged actions on each participant according to your permissions.
Methods
| Method | Parameters | Description |
|---|---|---|
show |
fragmentManager: FragmentManager, tag: String? |
Display the participant list bottom sheet |
Usage Examples
Basic Usage
val rtkParticipantsFragment = RtkParticipantsFragment()
rtkParticipantsFragment.show(fragmentManager, "PARTICIPANTS_TAG")