Skip to content

RtkPluginsBottomSheet

Last updated View as MarkdownAgent setup

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

Was this helpful?