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

Platform

Platform => "web" in browser running your portal; => "android" in native app running on Android; => "ios" in native app running on iOS.

Last updated