IMessage Command Builder
Functions
Link copied to clipboard
Adds a new Message Command to the builder
Adds a message command to the builder
Link copied to clipboard
abstract fun addMessageCommands(vararg messageCommands: MessageCommandBuilder): IMessageCommandBuilder
abstract fun addMessageCommands(messageCommands: List<MessageCommandBuilder>): IMessageCommandBuilder
Adds a list of Message Commands to the builder
Link copied to clipboard
All the Message Commands in the builder
Link copied to clipboard
Removes all Message Commands from the builder
Link copied to clipboard
Removes a Message Command from the builder
Link copied to clipboard
abstract fun removeMessageCommands(vararg messageCommands: MessageCommandBuilder): IMessageCommandBuilder
abstract fun removeMessageCommands(messageCommands: List<MessageCommandBuilder>): IMessageCommandBuilder
Removes a list of Message Commands from the builder