Subor SDK API
0.9.3
|
#include <RuyiSDK.h>
Public Member Functions | |
~RuyiSDK () | |
Static Public Member Functions | |
static RuyiSDK * | CreateSDKInstance (RuyiSDKContext &jsc) |
Create a new SDK instance with the given context. More... | |
Public Attributes | |
SDK::StorageLayer::StorageLayerServiceClient * | Storage |
to access the ruyi platform storage interface More... | |
SDK::SettingSystem::Api::SettingSystemServiceClient * | SettingSys |
to access the setting system More... | |
SDK::LocalizationService::LocalizationServiceClient * | L10NService |
to access the l10n service from Ruyi More... | |
SDK::UserServiceExternal::UserServExternalClient * | UserService |
User-related services More... | |
SDK::SubscribeClient * | Subscriber |
to subscribe to a topic More... | |
Ruyi::SDK::Online::RuyiNetClient * | RuyiNet |
to access the ruyi platform back end service interface More... | |
SDK::Overlay::OverlayExternalServiceClient * | OverlayService |
the overlay service More... | |
RuyiSDK::~RuyiSDK | ( | ) |
|
static |
Create a new SDK instance with the given context.
cont | context used to create the sdk instance |
SDK::LocalizationService::LocalizationServiceClient* Ruyi::RuyiSDK::L10NService |
to access the l10n service from Ruyi
SDK::Overlay::OverlayExternalServiceClient* Ruyi::RuyiSDK::OverlayService |
the overlay service
Ruyi::SDK::Online::RuyiNetClient* Ruyi::RuyiSDK::RuyiNet |
to access the ruyi platform back end service interface
SDK::SettingSystem::Api::SettingSystemServiceClient* Ruyi::RuyiSDK::SettingSys |
to access the setting system
SDK::StorageLayer::StorageLayerServiceClient* Ruyi::RuyiSDK::Storage |
to access the ruyi platform storage interface
SDK::SubscribeClient* Ruyi::RuyiSDK::Subscriber |
to subscribe to a topic
SDK::UserServiceExternal::UserServExternalClient* Ruyi::RuyiSDK::UserService |
User-related services