JMSGPlatformType Constants Reference

Declared in JMSGConstants.h

JMSGPlatformType

平台类型

Definition

typedef NS_ENUM(NSInteger, JMSGPlatformType ) {
   kJMSGPlatformTypeAll = 0,
   kJMSGPlatformTypeAndroid = 1,
   kJMSGPlatformTypeiOS = 2,
   kJMSGPlatformTypeWindows = 4,
   kJMSGPlatformTypeWeb = 16,
};

Constants

kJMSGPlatformTypeAll

所有平台

Declared In JMSGConstants.h.

kJMSGPlatformTypeAndroid

Android 端

Declared In JMSGConstants.h.

kJMSGPlatformTypeiOS

iOS 端

Declared In JMSGConstants.h.

kJMSGPlatformTypeWindows

Windows 端

Declared In JMSGConstants.h.

kJMSGPlatformTypeWeb

web 端

Declared In JMSGConstants.h.

Declared In

JMSGConstants.h