ARTPresenceMessage
Objective-C
@interface ARTPresenceMessage : ARTBaseMessage
Swift
class ARTPresenceMessage : ARTBaseMessage
Contains an individual presence update sent to, or received from, Ably.
-
The type of
ARTPresenceActiontheARTPresenceMessageis for.Declaration
Objective-C
@property (nonatomic) ARTPresenceAction action;Swift
var action: ARTPresenceAction { get set } -
Combines
ARTBaseMessage.clientIdandARTBaseMessage.connectionIdto ensure that multiple connected clients with an identicalclientIdare uniquely identifiable.Declaration
Objective-C
- (nonnull NSString *)memberKey;Swift
func memberKey() -> StringReturn Value
A combination of
ARTBaseMessage.clientIdandARTBaseMessage.connectionId.