NativeSealdSsksTMRPluginInitializeOptions class
SealdSsksTMRPluginInitializeOptions is the main options object for initializing the SDK instance
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter -
AppId
↔ Pointer<
Utf8> -
AppId is the ID given by the Seald server to your app. This value is given on your Seald dashboard.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
InstanceName
↔ Pointer<
Utf8> -
InstanceName is an arbitrary name to give to this SealdSsksTMRPlugin instance. Can be useful for debugging when multiple instances are running in parallel, as it is added to logs.
getter/setter pair
- LogLevel ↔ int
-
LogLevel is the minimum level of logs you want. All logs of this level or above will be displayed.
-1
: Trace;0
: Debug;1
: Info;2
: Warn;3
: Error;4
: Fatal;5
: Panic;6
: NoLevel;7
: Disabled.getter/setter pair - LogNoColor ↔ int
-
LogNoColor should be set to
0
if you want to enable colors in the log output,1
if you don't.getter/setter pair -
Platform
↔ Pointer<
Utf8> -
Platform is a name that references the platform on which the SealdSsksTMRPlugin is running.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
SsksURL
↔ Pointer<
Utf8> -
SsksURL is the SSKS server for this instance to use. This value is given on your Seald dashboard.
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