|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tencent.mm.sdk.constants.Build
public final class Build
Field Summary | |
---|---|
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 |
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. |
Method Summary | |
---|---|
static int |
getMajorVersion()
|
static int |
getMinorVersion()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public static int getMajorVersion()
public static int getMinorVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |