ebs.isFtosNative

(FintechOS Studio 20.2.1 and later)

Returns True if the user agent is "FtosNative" and False otherwise.

Allows you to determine if the user session was initiated from a FintechOS Native iOS or Android mobile application.

Syntax

Copy
const isFtosNative: boolean;

Examples