ContextMenuRepresentation



Implementations of this interface are responsible for displaying context menus. There are two implementations out of the box: LightDefaultContextMenuRepresentation and DarkDefaultContextMenuRepresentation. To change currently used representation, different value for LocalContextMenuRepresentation could be provided.

Summary

Public functions

Unit
android

Public functions

Representation

@Composable
fun Representation(state: ContextMenuState, items: List<ContextMenuItem>): Unit