public final class Build
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
EMOJI_SUPPORTED_SDK_INT
Sharing emoticon messages is supported on SDK of version 0x21030001 and later.
|
static int |
FAVORITE_SUPPPORTED_SDK_INT
Favorite is supported on SDK of version 0x22000001 and later.
|
static int |
MESSAGE_ACTION_SUPPPORTED_SDK_INT
MessageAction, MessageExt fields are supported on SDK of version 0x22010003 and later.
|
static int |
MIN_SDK_INT |
static int |
MUSIC_DATA_URL_SUPPORTED_SDK_INT
Sharing audio file URL is supported on SDK of version 0x21040001 and later.
|
static int |
OPENID_SUPPORTED_SDK_INT
Field openId is added on SDK of version 0x22000001 and later.
|
static int |
PAY_SUPPORTED_SDK_INT
Payment is supported on SDK of version 0x22000001 and later.
|
static int |
SCAN_QRCODE_AUTH_SUPPORTED_SDK_INT
Auth by scanning qrcode supported on SDK of version 0x23010001 and later.
|
static int |
SDK_INT
sdk version in 32bits integer
0x20000000 4 bits platform version for android 0x01000000 4 bits major version 0x00010000 8 bits minor version 0x00000001 16 bits build version
32位整型标识的SDK版本号 0x20000000 4 bits platform version for android 0x01000000 4 bits major version 0x00010000 8 bits minor version 0x00000001 16 bits build version |
static java.lang.String |
SDK_VERSION_NAME
version name in string format
文本格式SDK版本号 |
static int |
TIMELINE_SUPPORTED_SDK_INT
Sharing to WeChat Moments is supported on SDK of version 0x21020001 and later.
|
限定符和类型 | 方法和说明 |
---|---|
static int |
getMajorVersion() |
static int |
getMinorVersion() |
public static final int SDK_INT
0x20000000 4 bits platform version for android
0x01000000 4 bits major version
0x00010000 8 bits minor version
0x00000001 16 bits build version
0x20000000 4 bits platform version for android
0x01000000 4 bits major version
0x00010000 8 bits minor version
0x00000001 16 bits build version
public static final java.lang.String SDK_VERSION_NAME
public static final int MIN_SDK_INT
public static final int TIMELINE_SUPPORTED_SDK_INT
public static final int EMOJI_SUPPORTED_SDK_INT
public static final int MUSIC_DATA_URL_SUPPORTED_SDK_INT
public static final int PAY_SUPPORTED_SDK_INT
public static final int OPENID_SUPPORTED_SDK_INT
public static final int FAVORITE_SUPPPORTED_SDK_INT
public static final int MESSAGE_ACTION_SUPPPORTED_SDK_INT
public static final int SCAN_QRCODE_AUTH_SUPPORTED_SDK_INT