Protocols
The following protocols are available globally.
-
The protocol upon which
See moreARTRestChannelProtocolandARTRealtimeChannelProtocolare based.Declaration
Objective-C
@protocol ARTChannelProtocolSwift
protocol ARTChannelProtocol -
The protocol upon which the
See moreARTConnectionis 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 ARTPushRegistererDelegateSwift
protocol ARTPushRegistererDelegate -
The protocol upon which the
See moreARTPushAdminis implemented.Declaration
Objective-C
@protocol ARTPushAdminProtocolSwift
protocol ARTPushAdminProtocol -
The protocol upon which the
See moreARTPushChannelis implemented.Declaration
Objective-C
@protocol ARTPushChannelProtocolSwift
protocol ARTPushChannelProtocol -
The protocol upon which the
See moreARTPushChannelSubscriptionsis implemented.Declaration
Objective-C
@protocol ARTPushChannelSubscriptionsProtocolSwift
protocol ARTPushChannelSubscriptionsProtocol -
The protocol upon which the
See moreARTPushDeviceRegistrationsis implemented.Declaration
Objective-C
@protocol ARTPushDeviceRegistrationsProtocolSwift
protocol ARTPushDeviceRegistrationsProtocol -
This protocol contains the non-initializer instance methods provided by the
See moreARTRealtimeclient class.Declaration
Objective-C
@protocol ARTRealtimeInstanceMethodsProtocol <NSObject>Swift
protocol ARTRealtimeInstanceMethodsProtocol : NSObjectProtocol -
The protocol upon which the top level object
See moreARTRealtimeis implemented.Declaration
Objective-C
@protocol ARTRealtimeProtocol <ARTRealtimeInstanceMethodsProtocol>Swift
protocol ARTRealtimeProtocol : ARTRealtimeInstanceMethodsProtocol -
The protocol upon which the
See moreARTRealtimeAnnotationsis implemented.Declaration
Objective-C
@protocol ARTRealtimeAnnotationsProtocolSwift
protocol ARTRealtimeAnnotationsProtocol -
The protocol upon which the
See moreARTRealtimeChannelis implemented. Also embedsARTEventEmitter.Declaration
Objective-C
@protocol ARTRealtimeChannelProtocol <ARTChannelProtocol>Swift
protocol ARTRealtimeChannelProtocol : ARTChannelProtocol -
The protocol upon which the
See moreARTRealtimePresenceis implemented.Declaration
Objective-C
@protocol ARTRealtimePresenceProtocolSwift
protocol ARTRealtimePresenceProtocol -
Declaration
Objective-C
@protocol ARTRestProtocol <ARTRestInstanceMethodsProtocol>Swift
protocol ARTRestProtocol : ARTRestInstanceMethodsProtocol -
The protocol upon which the
See moreARTRestAnnotationsis implemented.Declaration
Objective-C
@protocol ARTRestAnnotationsProtocolSwift
protocol ARTRestAnnotationsProtocol -
The protocol upon which the
See moreARTRestChannelis implemented.Declaration
Objective-C
@protocol ARTRestChannelProtocol <ARTChannelProtocol>Swift
protocol ARTRestChannelProtocol : ARTChannelProtocol -
The protocol upon which the
See moreARTRestPresenceis implemented.Declaration
Objective-C
@protocol ARTRestPresenceProtocolSwift
protocol ARTRestPresenceProtocol
Protocols Reference