| 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:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void Initialise(
string appId,
string appSecret,
Action onInitialised
)
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. - onInitialised
- Type: SystemAction
The function to call whe initialisation completes.
See Also