RtkPluginsBottomSheet
A component which lists all available plugins from their preset, with the ability to enable or disable plugins.
| Method | Parameters | Description |
|---|---|---|
show | fragmentManager: FragmentManager, tag: String? | Display the plugins bottom sheet |
val rtkPluginsBottomSheet = RtkPluginsBottomSheet()rtkPluginsBottomSheet.show(fragmentManager, "PLUGINS_TAG")