MessageToContact

public class MessageToContact : Codable, Hashable, Equatable

Undocumented

  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • Declaration

    Swift

    public static func == (lhs: MessageToContact, rhs: MessageToContact) -> Bool
  • Undocumented

    Declaration

    Swift

    public let image: String
  • Undocumented

    Declaration

    Swift

    public let text: String
  • Undocumented

    Declaration

    Swift

    public let caption: String
  • Undocumented

    Declaration

    Swift

    public let action: String
  • Undocumented

    Declaration

    Swift

    public let bannerMessage: String?