Platform
A keyword that retrieves a text value that contains the type of platform the application is running on. The possible values are: "web", "ios" and "android".
This function is SQL compatible. For more information about SQL compatibility, see our documentation.
A web portal running in a browser returns "web". An app running on Android returns "android". An app running on iOS returns "ios".
Syntax
Last updated