Enumeration

CMPusherKind

since: 0

Declaration

enum CM.PusherKind

Description [src]

The type of a CmPusher

Available since: 0

Members

CM_PUSHER_KIND_UNKNOWN

The type of the pusher is unknown.

  • Value: 0
  • Nickname: None
  • Available since: 0
CM_PUSHER_KIND_HTTP

A pusher that forwards messages via http.

  • Value: 1
  • Nickname: None
  • Available since: 0
CM_PUSHER_KIND_EMAIL

A pusher that forwards messages via email.

  • Value: 2
  • Nickname: None
  • Available since: 0