Chat
6 posts tagged with "Chat"
.chat-incoming
The .chat-incoming action incoming chat message. It belongs to the chat category within the platform area.
Action Syntax
.chat-incoming "text"
.chat-incoming $variable
Valid sizes
Examples
// Basic Usage
.chat-incoming "message"
// Using Variables
// Display dynamic content from variables
.chat-incoming $var
.chat-input
The .chat-input action chat message input at bottom of screen. It belongs to the chat category within the platform area.
Action Syntax
.chat-input "text"
Valid sizes
Examples
// Basic Usage
.chat-input "placeholder"
.chat-outgoing
The .chat-outgoing action outgoing chat message. It belongs to the chat category within the platform area.
Action Syntax
.chat-outgoing "text"
.chat-outgoing $variable
Valid sizes
Examples
// Basic Usage
.chat-outgoing "message"
// Using Variables
// Display dynamic content from variables
.chat-outgoing $var
.chat-typing
The .chat-typing action display temporary in-progress/typing text chat message. It belongs to the chat category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
.chat-typing
init-chat
The init-chat action Sets up chat functionality for your app. It belongs to the chat category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
init-chat
on-incoming-chat-message
The on-incoming-chat-message action event handler for incoming chat message. It belongs to the chat category within the platform area.
Action Syntax
on-incoming-chat-message [file]
Valid sizes
Examples
// Basic Usage
on-incoming-chat-message [blocktorun]