Protocols
The following protocols are available globally.
-
The protocol upon which the
See moreARTChannel
is implemented.Declaration
Objective-C
@protocol ARTChannelProtocol
Swift
protocol ARTChannelProtocol
-
The protocol upon which the
See moreARTConnection
is implemented. Also embedsARTEventEmitter
.Declaration
Objective-C
@protocol ARTConnectionProtocol <NSObject>
Swift
protocol ARTConnectionProtocol : NSObjectProtocol
-
The interface for handling Push activation/deactivation-related actions.
See moreDeclaration
Objective-C
@protocol ARTPushRegistererDelegate
Swift
protocol ARTPushRegistererDelegate
-
The protocol upon which the
See moreARTPushAdmin
is implemented.Declaration
Objective-C
@protocol ARTPushAdminProtocol
Swift
protocol ARTPushAdminProtocol
-
The protocol upon which the
See moreARTPushChannel
is implemented.Declaration
Objective-C
@protocol ARTPushChannelProtocol
Swift
protocol ARTPushChannelProtocol
-
The protocol upon which the
See moreARTPushChannelSubscriptions
is implemented.Declaration
Objective-C
@protocol ARTPushChannelSubscriptionsProtocol
Swift
protocol ARTPushChannelSubscriptionsProtocol
-
The protocol upon which the
See moreARTPushDeviceRegistrations
is implemented.Declaration
Objective-C
@protocol ARTPushDeviceRegistrationsProtocol
Swift
protocol ARTPushDeviceRegistrationsProtocol
-
The protocol upon which the top level object
See moreARTRealtime
is implemented.Declaration
Objective-C
@protocol ARTRealtimeProtocol <NSObject>
Swift
protocol ARTRealtimeProtocol : NSObjectProtocol
-
The protocol upon which the
See moreARTRealtimeChannel
is implemented. Also embedsARTEventEmitter
.Declaration
Objective-C
@protocol ARTRealtimeChannelProtocol <ARTChannelProtocol>
Swift
protocol ARTRealtimeChannelProtocol : ARTChannelProtocol
-
The protocol upon which the
See moreARTRealtimePresence
is implemented.Declaration
Objective-C
@protocol ARTRealtimePresenceProtocol
Swift
protocol ARTRealtimePresenceProtocol
-
The protocol upon which the
See moreARTRestChannel
is implemented.Declaration
Objective-C
@protocol ARTRestChannelProtocol <ARTChannelProtocol>
Swift
protocol ARTRestChannelProtocol : ARTChannelProtocol
-
The protocol upon which the
See moreARTRestPresence
is implemented.Declaration
Objective-C
@protocol ARTRestPresenceProtocol
Swift
protocol ARTRestPresenceProtocol
-
Enables
See morevcdiff
encoded messages to be decoded.Declaration
Objective-C
@protocol ARTVCDiffDecoder
Swift
protocol ARTVCDiffDecoder