RCRealTimeLocationStatus Constants Reference
Declared in | RCRealTimeLocationCommonDefine.h |
---|
RCRealTimeLocationStatus
实时位置共享状态
Definition
typedef NS_ENUM(NSInteger, RCRealTimeLocationStatus ) {
RC_REAL_TIME_LOCATION_STATUS_IDLE,
RC_REAL_TIME_LOCATION_STATUS_INCOMING,
RC_REAL_TIME_LOCATION_STATUS_OUTGOING,
RC_REAL_TIME_LOCATION_STATUS_CONNECTED,
};
Constants
RC_REAL_TIME_LOCATION_STATUS_IDLE
-
实时位置共享,初始状态
Declared In
RCRealTimeLocationCommonDefine.h
. RC_REAL_TIME_LOCATION_STATUS_INCOMING
-
实时位置共享,接收状态
Declared In
RCRealTimeLocationCommonDefine.h
. RC_REAL_TIME_LOCATION_STATUS_OUTGOING
-
实时位置共享,发起状态
Declared In
RCRealTimeLocationCommonDefine.h
. RC_REAL_TIME_LOCATION_STATUS_CONNECTED
-
实时位置共享,共享状态
Declared In
RCRealTimeLocationCommonDefine.h
.
Declared In
RCRealTimeLocationCommonDefine.h