InternalSDKConfiguration class
Internal SDK configurations
- Server configurations (ad server, log server, etc.)
- Versions (Map version, SDK version, etc.)
- Annotations
-
- @protected
- @JsonSerializable.new()
Constructors
- InternalSDKConfiguration()
- InternalSDKConfiguration.init(String? token, MapboxAdServerConfiguration? adServer, MapboxEventTrackConfiguration? eventTrack)
- InternalSDKConfiguration.init1(String? token, MapboxAdServerConfiguration? adServer, String userAgent)
Properties
- adServer ↔ MapboxAdServerConfiguration?
-
getter/setter pair
- env → dynamic
-
no setter
- eventTrack ↔ MapboxEventTrackConfiguration?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mapVersion → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdkVersion → String
-
final
- sessionId ↔ String
-
getter/setter pair
- token ↔ String?
-
getter/setter pair
- userAgent ↔ String
-
getter/setter pair
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