webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Class Methods | Properties | List of all members
ARDJoinResponse Class Reference

#import <ARDJoinResponse.h>

Inheritance diagram for ARDJoinResponse:
NSObject NSObject

Class Methods

(ARDJoinResponse *) + responseFromJSONData:
 
(ARDJoinResponse *) + responseFromJSONData:
 

Properties

ARDJoinResultType result
 
BOOL isInitiator
 
NSStringroomId
 
NSStringclientId
 
NSArraymessages
 
NSURLwebSocketURL
 
NSURLwebSocketRestURL
 

Method Documentation

◆ responseFromJSONData:() [1/2]

+ (ARDJoinResponse *) responseFromJSONData: (NSData *)  data

◆ responseFromJSONData:() [2/2]

+ (ARDJoinResponse *) responseFromJSONData: (NSData *)  data

Property Documentation

◆ clientId

- (NSString *) clientId
readnonatomicassign

◆ isInitiator

- (BOOL) isInitiator
readnonatomicassign

◆ messages

- (NSArray *) messages
readnonatomicassign

◆ result

- (ARDJoinResultType) result
readnonatomicassign

◆ roomId

- (NSString *) roomId
readnonatomicassign

◆ webSocketRestURL

- (NSURL *) webSocketRestURL
readnonatomicassign

◆ webSocketURL

- (NSURL *) webSocketURL
readnonatomicassign

The documentation for this class was generated from the following files: