| RuyiNetClientInitialise Method |
[This is preliminary documentation and is subject to change.]
Initialise the RUYI net client and switch to the game context.
Namespace:
Ruyi.SDK.Online
Assembly:
SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax public Task Initialise(
string appId,
string appSecret
)
Parameters
- appId
- Type: SystemString
The App ID of the game to initialise for. - appSecret
- Type: SystemString
The App secret of the game. NOTE: This is a password and should be treated as such.
Return Value
Type:
Task[Missing <returns> documentation for "M:Ruyi.SDK.Online.RuyiNetClient.Initialise(System.String,System.String)"]
See Also