RuyiSDKSDKFeatures Enumeration | 
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi
[FlagsAttribute] public enum SDKFeatures
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No SDK features | |
| Storage | 1 | Storage layer | |
| L10N | 2 | Localization service | |
| RuyiNet | 4 | Online functionality | |
| Online | 4 | Alias for RuyiNet | |
| Settings | 8 | Settings system | |
| Users | 16 | User service | |
| Input | 32 | Input Manager | |
| Speech | 64 | Speech recognition | |
| Media | 128 | Media player service | |
| Overlay | 256 | Overlay service | |
| Subscriber | 65536 | Subscriber for publisher/subscriber messaging | |
| Basic | 65596 | Most important SDK features (key layer0 services) | |
| All | 66047 | All SDK features |