Direction public enum Direction : Int Direction is used to indicate if a message is outgoing or incoming. Incoming Incoming message. Declaration Swift case Incoming = 0 Outgoing Outgoing message. Declaration Swift case Outgoing = 1 © 2024 . All rights reserved. (Last updated: 2024-06-17) Generated by jazzy ♪♫ v0.14.3, a Realm project.