Ruyi SDK
Namespaces
Ruyi.SDK.Online
RuyiNetPlatformTask(Response) Class
RuyiNetPlatformTask(Response) Constructor
RuyiNetPlatformTask(Response) Properties
RuyiNetPlatformTask(Response) Methods
Click or drag to resizeClick or drag to resize

RuyiNetPlatformTaskResponse Class

[This is preliminary documentation and is subject to change.]

A task that is called on the platform (RUYI) API rather than the game's API.
Inheritance Hierarchy
SystemObject
  Ruyi.SDK.OnlineRuyiNetTaskBase
    Ruyi.SDK.OnlineRuyiNetTaskResponse
      Ruyi.SDK.OnlineRuyiNetPlatformTaskResponse

Namespace:  Ruyi.SDK.Online
Assembly:  RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax
C#
Copy
public class RuyiNetPlatformTask<Response> : RuyiNetTask<Response>

Type Parameters

Response
A class that will contain the response data.

The RuyiNetPlatformTaskResponse type exposes the following members.

Constructors
  NameDescription
Public methodRuyiNetPlatformTaskResponse
Creates a platform task.
Top
Properties
  NameDescription
Public propertyCallback
The callback that will be called when the task completes.
(Inherited from RuyiNetTaskResponse.)
Public propertyCompleted
A flag to indicate whether or not the task is completed.
(Inherited from RuyiNetTaskBase.)
Top
Methods
  NameDescription
Public methodExecute
Switch to the RUYI platform and run the task.
(Overrides RuyiNetTaskResponseExecute.)
Public methodOnResponse
Parses the response and calls the callback.
(Inherited from RuyiNetTaskResponse.)
Top
See Also

Reference

Ruyi.SDK.Online Namespace

Copyright ©Zhongshan Subor Advanced Technology Co., Ltd. 2017-2018, All right reserved

Send comments on this topic to dev-support@playruyi.com