Class InboundServiceType (1.9.1)

InboundServiceType(value)

Available inbound services.

Values: INBOUND_SERVICE_UNSPECIFIED (0): Not specified. INBOUND_SERVICE_MAIL (1): Allows an application to receive mail. INBOUND_SERVICE_MAIL_BOUNCE (2): Allows an application to receive email-bound notifications. INBOUND_SERVICE_XMPP_ERROR (3): Allows an application to receive error stanzas. INBOUND_SERVICE_XMPP_MESSAGE (4): Allows an application to receive instant messages. INBOUND_SERVICE_XMPP_SUBSCRIBE (5): Allows an application to receive user subscription POSTs. INBOUND_SERVICE_XMPP_PRESENCE (6): Allows an application to receive a user's chat presence. INBOUND_SERVICE_CHANNEL_PRESENCE (7): Registers an application for notifications when a client connects or disconnects from a channel. INBOUND_SERVICE_WARMUP (9): Enables warmup requests.