← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / android
RtkPluginsBottomSheet
A component which lists all available plugins from their preset, with the ability to enable or disable plugins.
Methods
| Method | Parameters | Description |
|---|---|---|
show |
fragmentManager: FragmentManager, tag: String? |
Display the plugins bottom sheet |
Usage Examples
Basic Usage
val rtkPluginsBottomSheet = RtkPluginsBottomSheet()
rtkPluginsBottomSheet.show(fragmentManager, "PLUGINS_TAG")