Class

TextContextMenuData

A list of components to be displayed in the context menu.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
class TextContextMenuData(val components: List<TextContextMenuComponent>)

A list of components to be displayed in the context menu.

Parameters

components the list of components to be rendered in the context menu.

Companion Object

Properties

Common
val Empty = TextContextMenuData(emptyList())