SyneriseSource enum
SyneriseSource
represents the possible source of Synerise activities. It has several possible
values such as 'SIMPLE_PUSH', 'BANNER', 'WALKTHROUGH', etc.
Values
- notSpecified → const SyneriseSource
-
const SyneriseSource('NOT_SPECIFIED')
- simplePush → const SyneriseSource
-
const SyneriseSource('SIMPLE_PUSH')
-
const SyneriseSource('BANNER')
- walkthrough → const SyneriseSource
-
const SyneriseSource('WALKTHROUGH')
- inAppMessage → const SyneriseSource
-
const SyneriseSource('IN_APP_MESSAGE')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- syneriseSource → String
-
final
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
Static Methods
-
fromString(
String string) → SyneriseSource -
The
fromString
method is a static method of theSyneriseSource
enum. It takes aString
parameter calledstring
and returns aSyneriseSource
value based on the input string.
Constants
-
values
→ const List<
SyneriseSource> - A constant List of the values in this enum, in order of their declaration.