PushNotificationType

@objc(ZDKPushNotificationType)
public enum PushNotificationType : Int

Enum representing the different types of notifications that can be received for Chat

  • Chat has ended

    Declaration

    Swift

    case chatEnded
  • New message received

    Declaration

    Swift

    case message
  • description

    Declaration

    Swift

    public var description: String { get }