RCRealTimeLocationManager Class Reference
Inherits from | NSObject |
---|---|
Declared in | RCRealTimeLocationManager.h |
获取实时位置共享的核心类单例
+ sharedManager
获取实时位置共享的核心类单例
+ (instancetype)sharedManager
Return Value
实时位置共享的核心类单例
Discussion
获取实时位置共享的核心类单例
Declared In
RCRealTimeLocationManager.h
获取实时位置共享的代理
– getRealTimeLocationProxy:targetId:success:error:
获取实时位置共享的代理
- (void)getRealTimeLocationProxy:(RCConversationType)conversationType targetId:(NSString *)targetId success:(void ( ^ ) ( id<RCRealTimeLocationProxy> locationShare ))successBlock error:(void ( ^ ) ( RCRealTimeLocationErrorCode status ))errorBlock
Parameters
conversationType |
会话类型 |
---|---|
targetId |
目标会话ID |
successBlock |
获取代理成功的处理 |
errorBlock |
获取代理失败的处理 |
Discussion
获取实时位置共享的代理
Declared In
RCRealTimeLocationManager.h