ChatMessageStatusSettingsSettingsBuilder

Methods

Sent(System.Action)

Configures the settings object used when the message status is "sent".

Parameters

configurator - System.Action<ChatMessageStatusSettingsSentSettingsBuilder>

The configurator for the sent setting.

RETURNS

Returns the current instance of ChatMessageStatusSettingsSettingsBuilder .

Delivered(System.Action)

Configures the settings object used when the message status is "delivered".

Parameters

configurator - System.Action<ChatMessageStatusSettingsDeliveredSettingsBuilder>

The configurator for the delivered setting.

RETURNS

Returns the current instance of ChatMessageStatusSettingsSettingsBuilder .

Seen(System.Action)

Configures the settings object used when the message status is "seen".

Parameters

configurator - System.Action<ChatMessageStatusSettingsSeenSettingsBuilder>

The configurator for the seen setting.

RETURNS

Returns the current instance of ChatMessageStatusSettingsSettingsBuilder .

Failed(System.Action)

Configures the settings object used when the message status is "failed".

Parameters

configurator - System.Action<ChatMessageStatusSettingsFailedSettingsBuilder>

The configurator for the failed setting.

RETURNS

Returns the current instance of ChatMessageStatusSettingsSettingsBuilder .