Contents

GroupSessionMessenger.DeliveryMode.reliable

An attempt to ensure the delivery of messages to known participants.

Declaration

case reliable

Mentioned in

Discussion

Use this approach to send messages that are critical to the experience you create. The GroupSessionMessenger enqueues a message until it is successfully transmitted to all known participants. The system doesn’t guarantee delivery to participants who join a group session after you send a message, or who leave the group prior to delivery.

See Also

Getting the delivery mode options