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