DigiaEndpoints class

Centralised URL resolver for all Digia SDK endpoints.

Call configure once at SDK init (before any network call). All endpoint getters then return the fully-qualified URL without needing a DigiaConfig.

Constructors

DigiaEndpoints()

Properties

hashCode int
The hash code for this object.
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

Static Properties

campaigns String
no setter
session String
no setter
submission String
no setter
track String
no setter

Static Methods

configure(DigiaConfig config) → void
resetForTest([String? baseUrl]) → void
Resets to production default. Use in tests only.