MessageActionType

public enum MessageActionType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case resend = "RESEND"
  • Undocumented

    Declaration

    Swift

    case suppress = "SUPPRESS"
  • Declaration

    Swift

    public var description: String { get }