Free Streaming Service Query (ToolsFreeFlowResult) [MSDK Only]
Return Value
- Unity
- Unreal Engine
GUAToolsFreeFlowResult: GUAToolsFreeFlowResult, inheriting from GUABaseResult, contains the basic information.
| Parameters | Category | Description |
|---|---|---|
| freeFlowInfo | GUAToolsFreeFlowInfo | GUAToolsFreeFlowInfo |
GUAToolsFreeFlowInfo: Information.
| Parameters | Category | Description |
|---|---|---|
| IPAll | string | List of all free flow IPs |
| IPConnect | string | If using Free Flow, return the corresponding string or parameter key in the configuration |
| ISFree | int | 1: Free flow, 0: Non-free flow |
| CCType | int | 1: WCDMA, 2: CDMA, 3: CMCC, 99: Others |
GUAToolsFreeFlowResult: GUAToolsFreeFlowResult, inheriting from GUABaseResult, contains the basic information.
| Parameters | Category | Description |
|---|---|---|
| free_flow_info | GUAToolsFreeFlowInfo | free_flow_info |
GUAToolsFreeFlowInfo: Information.
| Parameters | Category | Description |
|---|---|---|
| ip_all | std::string | List of all free flow IPs |
| ip_connect | std::string | If using Free Flow, return the corresponding string or parameter key in the configuration |
| is_free | int | 1: Free flow, 0: Non-free flow |
| cc_type | int | 1: WCDMA, 2: CDMA, 3: CMCC, 99: Others |