API Documentation Integration MsecSdk
|
Represents the status of the Msec SDK initialization process. More...
Properties | |
bool | Success [get, set] |
Indicates whether the initialization was successful. More... | |
double | Timestamp [get, set] |
The timestamp of the initialization event. More... | |
string | Otp [get, set] |
The OTP (One-Time Password) code generated during initialization. More... | |
Represents the status of the Msec SDK initialization process.
This class encapsulates the result of an initialization attempt, including whether it succeeded, the timestamp of the event, and an optional OTP (One-Time Password) code generated during initialization. It is used by the Msec SDK to report initialization outcomes to listeners.
|
getset |
The OTP (One-Time Password) code generated during initialization.
Contains the OTP code if provided by the SDK; may be null or empty if no OTP is generated. This property is publicly readable but can only be set internally by the SDK.
|
getset |
Indicates whether the initialization was successful.
A value of true means the SDK initialized correctly; false indicates a failure. This property is publicly readable but can only be set internally by the SDK.
|
getset |
The timestamp of the initialization event.
Represents the time (in seconds or milliseconds, depending on implementation) when the initialization occurred. This property is publicly readable but can only be set internally by the SDK.