|
Subor SDK API
0.9.3
|
context used to create RuyiSDK instance More...
#include <RuyiSDK.h>
Public Types | |
| enum | Endpoint { Notset, Console, Mobile, PC, Web } |
| from which endpoint the SDK is running. More... | |
Public Member Functions | |
| RuyiSDKContext (Endpoint ep, std::string ra) | |
| ~RuyiSDKContext () | |
| bool | IsValid () |
Friends | |
| class | RuyiSDK |
context used to create RuyiSDK instance
from which endpoint the SDK is running.
| Enumerator | |
|---|---|
| Notset | default to notset |
| Console | running from console |
| Mobile | running from mobile |
| PC | running from pc |
| Web | running from web |
|
inline |
|
inline |
| bool RuyiSDKContext::IsValid | ( | ) |
|
friend |
1.8.14