Plugin

data class Plugin

Contains plugin information of a UserMessage.

Since

3.0.152

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The detail of this plugin.

Link copied to clipboard

The type of this plugin.

Link copied to clipboard

The vendor of this plugin

Functions

Link copied to clipboard

Serializes the Plugin instance. This byte array can be stored in the database in your application. The instance can be restored by buildFromSerializedData.

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