ClipboardHandler

fun interface ClipboardHandler

Deprecated

Use `ClipboardHandler` from `ui.common.helper` instead.

Replace with

import io.getstream.chat.android.ui.common.helper
ClipboardHandler

Abstraction over the ClipboardHandlerImpl that allows users to copy messages.

Inheritors

Functions

Link copied to clipboard
abstract fun copyMessage(message: Message)