Config
class Config
Properties
protected string | $iosAppKey | ||
protected string | $androidChannel | ||
protected string | $androidAppKey | ||
protected string | $accessKey | Aliyun Access Key |
|
protected string | $accessSecret | Aliyun Access Secret |
|
protected string | $androidActivity | 需要打开的页面 | |
protected string | $clientName | 客户端name |
Methods
__construct($ak, $sk, $android_app_id, $android_channel = '', $android_activity = '', $ios_key = '', $clientName = '')
No description
string
getIosAppKey()
No description
string
getAndroidChannel()
No description
string
getAndroidActivity()
No description
string
getAndroidAppKey()
No description
string
getAccessKey()
No description
string
getAccessSecret()
No description
string
getClientName()
No description
Details
at line 50
__construct($ak, $sk, $android_app_id, $android_channel = '', $android_activity = '', $ios_key = '', $clientName = '')
No description
at line 64
string
getIosAppKey()
No description
at line 72
string
getAndroidChannel()
No description
at line 80
string
getAndroidActivity()
No description
at line 88
string
getAndroidAppKey()
No description
at line 96
string
getAccessKey()
No description
at line 104
string
getAccessSecret()
No description
at line 112
string
getClientName()
No description
at line 121
static Config
default()
默认配置