CopyAction

open class CopyAction : Action

Author

Umang Chamaria Date: 2019-07-16

Constructors

CopyAction
Link copied to clipboard
open fun CopyAction(action: ActionType, @Nullable() message: String, textToCopy: String)

Functions

toString
Link copied to clipboard
open fun toString(): String

Properties

message
Link copied to clipboard
val message: String
textToCopy
Link copied to clipboard
val textToCopy: String