system_version
Get backend and mobile version requirements, including store URLs, and resolve a compatibility tier by passing platform and current version.
Instructions
Get backend version plus web and mobile (iOS/Android/Huawei) latest+min versions and store URLs. Pass platform to get a flat client object for that mobile surface, and version to also get a resolved gate with tier (blocking/recommended/ok/unknown) so you do not have to compare versions yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Current client version (e.g. `1.4.2`). Only honoured when `platform` is also supplied. Drives the `gate.tier` field. | |
| platform | No | Mobile platform to get a flat `client` object for. Omit for the full payload. |