Skip to content

RtkParticipantsFragment

Last updated View as MarkdownAgent setup

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")

Was this helpful?