com.tencent.av.sdk
Class AVContext.Config

java.lang.Object
  extended by com.tencent.av.sdk.AVContext.Config
Enclosing class:
AVContext

public static class AVContext.Config
extends java.lang.Object

创建AVContext所需的配置信息。


Field Summary
 java.lang.String account_type
          腾讯为每个接入方分配的账号类型
 java.lang.String app_id_at3rd
          app使用的OAuth授权体系分配的AppId
 java.lang.String identifier
          帐号名(用户名)
 int sdk_app_id
          腾讯为每个使用SDK的app分配的appid
 
Constructor Summary
AVContext.Config()
          构造函数。
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sdk_app_id

public int sdk_app_id
腾讯为每个使用SDK的app分配的appid


account_type

public java.lang.String account_type
腾讯为每个接入方分配的账号类型


app_id_at3rd

public java.lang.String app_id_at3rd
app使用的OAuth授权体系分配的AppId


identifier

public java.lang.String identifier
帐号名(用户名)

Constructor Detail

AVContext.Config

public AVContext.Config()
构造函数。