Skip to main content

MessageOrdering

Describes the flow of the messages in the list

public enum MessageOrdering 

Enumeration Cases

topToBottom

New messages appears on the top of the list.

case topToBottom

bottomToTop

New messages appear on the bottom of the list.

case bottomToTop

Did you find this page helpful?