Subor SDK API  0.9.3
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Ruyi::RuyiSDK Class Reference

#include <RuyiSDK.h>

Public Member Functions

 ~RuyiSDK ()
 

Static Public Member Functions

static RuyiSDKCreateSDKInstance (RuyiSDKContext &jsc)
 Create a new SDK instance with the given context. More...
 

Public Attributes

SDK::StorageLayer::StorageLayerServiceClientStorage
 to access the ruyi platform storage interface More...
 
SDK::SettingSystem::Api::SettingSystemServiceClientSettingSys
 to access the setting system More...
 
SDK::LocalizationService::LocalizationServiceClientL10NService
 to access the l10n service from Ruyi More...
 
SDK::UserServiceExternal::UserServExternalClientUserService
 User-related services More...
 
SDK::SubscribeClientSubscriber
 to subscribe to a topic More...
 
Ruyi::SDK::Online::RuyiNetClientRuyiNet
 to access the ruyi platform back end service interface More...
 
SDK::Overlay::OverlayExternalServiceClientOverlayService
 the overlay service More...
 

Constructor & Destructor Documentation

◆ ~RuyiSDK()

RuyiSDK::~RuyiSDK ( )

Member Function Documentation

◆ CreateSDKInstance()

RuyiSDK * RuyiSDK::CreateSDKInstance ( RuyiSDKContext jsc)
static

Create a new SDK instance with the given context.

Parameters
contcontext used to create the sdk instance
Returns
the created instance, null if context is not valid

Member Data Documentation

◆ L10NService

to access the l10n service from Ruyi

◆ OverlayService

SDK::Overlay::OverlayExternalServiceClient* Ruyi::RuyiSDK::OverlayService

the overlay service

◆ RuyiNet

Ruyi::SDK::Online::RuyiNetClient* Ruyi::RuyiSDK::RuyiNet

to access the ruyi platform back end service interface

◆ SettingSys

to access the setting system

◆ Storage

to access the ruyi platform storage interface

◆ Subscriber

SDK::SubscribeClient* Ruyi::RuyiSDK::Subscriber

to subscribe to a topic

◆ UserService

User-related services


The documentation for this class was generated from the following files: