MessageStatus @objc public enum MessageStatus : Int, StringConvertibleEnum Message status. pending Message is pending approval. Declaration Swift case pending = 1 reject Message has been rejected. Declaration Swift case reject = 2 complete Message has been approved or denied. Declaration Swift case complete = 3 any Message has any of the above status. Declaration Swift case any