public class WXChannelJumpMiniProgramInfo extends WXChannelBaseJumpInfo
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
path
the path
小程序的path
|
java.lang.String |
username
the username
小程序的原始id
|
extra, wordingWX_CHANNEL_JUMP_TYPE_MINI_PROGRAM, WX_CHANNEL_JUMP_TYPE_UNKNOWN, WX_CHANNEL_JUMP_TYPE_URL| Constructor and Description |
|---|
WXChannelJumpMiniProgramInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkArgs() |
void |
serialize(android.os.Bundle data) |
int |
type() |
void |
unserialize(android.os.Bundle data) |
public java.lang.String username
public java.lang.String path
public int type()
public void serialize(android.os.Bundle data)
serialize in interface IWXChannelJumpInfoserialize in class WXChannelBaseJumpInfopublic void unserialize(android.os.Bundle data)
unserialize in interface IWXChannelJumpInfounserialize in class WXChannelBaseJumpInfopublic boolean checkArgs()
checkArgs in interface IWXChannelJumpInfocheckArgs in class WXChannelBaseJumpInfo