FlagshipContext enum

Enumeration cases that represent Predefined targetings Warning

Inheritance

Constructors

FlagshipContext()
const

Values

FIRST_TIME_INIT → const FlagshipContext

First init of the app

DEVICE_LOCALE → const FlagshipContext

Language of the device

DEVICE_TYPE → const FlagshipContext

Model of the device

DEVICE_MODEL → const FlagshipContext

Tablette / Mobile

LOCATION_CITY → const FlagshipContext

City geolocation

LOCATION_REGION → const FlagshipContext

Region geolocation

LOCATION_COUNTRY → const FlagshipContext

Country geolocation

LOCATION_LAT → const FlagshipContext

Current Latitude

LOCATION_LONG → const FlagshipContext

Current Longitude

IP → const FlagshipContext

Ip of the device

OS_NAME → const FlagshipContext

Ios

OS_VERSION_NAME → const FlagshipContext

The current OS version name in the visitor context. Must be a String.

OS_VERSION_CODE → const FlagshipContext

The current OS version code in the visitor context.

CARRIER_NAME → const FlagshipContext

Name of the operator

DEV_MODE → const FlagshipContext

Is the app in debug mode?

INTERNET_CONNECTION → const FlagshipContext

What is the internet connection

APP_VERSION_NAME → const FlagshipContext

Version name of the app

APP_VERSION_CODE → const FlagshipContext

Version code of the app

FLAGSHIP_VERSION → const FlagshipContext

Version FlagShip

INTERFACE_NAME → const FlagshipContext

Name of the interface

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<FlagshipContext>
A constant List of the values in this enum, in order of their declaration.