RCPlatform Constants Reference

Declared in RCStatusDefine.h

RCPlatform

在线平台

Definition

typedef NS_ENUM(NSUInteger, RCPlatform ) {
   RCPlatform_Other = 0,
   RCPlatform_iOS = 1,
   RCPlatform_Android = 2,
   RCPlatform_Web = 3,
   RCPlatform_PC = 4,
};

Constants

RCPlatform_Other
 其它平台

Declared In RCStatusDefine.h.

RCPlatform_iOS
 iOS

Declared In RCStatusDefine.h.

RCPlatform_Android
 Android

Declared In RCStatusDefine.h.

RCPlatform_Web
 Web

Declared In RCStatusDefine.h.

RCPlatform_PC
 PC

Declared In RCStatusDefine.h.

Declared In

RCStatusDefine.h