ChatMessageBoxFileSelectButtonSettingsBuilder
Methods
Enable(System.Boolean)
Enables or disables the file select button.
Parameters
value - System.Boolean
The value that configures the enable.
Restrictions(System.Action)
File restrictions configuration.
Parameters
configurator - System.Action<ChatMessageBoxFileSelectButtonRestrictionsSettingsBuilder>
The action that configures the restrictions.
Multiple(System.Boolean)
Whether to allow multiple file selection.
Parameters
value - System.Boolean
The value that configures the multiple.
Accept(System.String)
The accept attribute for the file input element (e.g., "image/*").
Parameters
value - System.String
The value that configures the accept.