im.yixin.sdk.api
类 ShowYXMessageFromYX.Req

java.lang.Object
  继承者 im.yixin.sdk.api.BaseReq
      继承者 im.yixin.sdk.api.ShowYXMessageFromYX.Req
包容类:
ShowYXMessageFromYX

public static class ShowYXMessageFromYX.Req
extends BaseReq

Oauth 请求


字段摘要
 java.lang.String extInfo
          自定义数据
 java.lang.String fileData
          自定义数据
 
从类 im.yixin.sdk.api.BaseReq 继承的字段
transaction
 
构造方法摘要
ShowYXMessageFromYX.Req()
           
ShowYXMessageFromYX.Req(android.os.Bundle paramBundle)
           
 
方法摘要
 boolean checkArgs(ExceptionInfo info)
          验证参数正确性
 void fromBundle(android.os.Bundle paramBundle)
           
 int getType()
          操作类型
 void toBundle(android.os.Bundle paramBundle)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

extInfo

public java.lang.String extInfo
自定义数据


fileData

public java.lang.String fileData
自定义数据

构造方法详细信息

ShowYXMessageFromYX.Req

public ShowYXMessageFromYX.Req()

ShowYXMessageFromYX.Req

public ShowYXMessageFromYX.Req(android.os.Bundle paramBundle)
方法详细信息

getType

public int getType()
从类 BaseReq 复制的描述
操作类型

指定者:
BaseReq 中的 getType
返回:
类型值

checkArgs

public final boolean checkArgs(ExceptionInfo info)
从类 BaseReq 复制的描述
验证参数正确性

指定者:
BaseReq 中的 checkArgs
返回:
是否正确

fromBundle

public void fromBundle(android.os.Bundle paramBundle)
覆盖:
BaseReq 中的 fromBundle

toBundle

public void toBundle(android.os.Bundle paramBundle)
覆盖:
BaseReq 中的 toBundle