API Documentation Integration MsecSdk
Properties | List of all members
MsecUnitySdk.InitializationStatus Class Reference

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...
 

Detailed Description

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.

Property Documentation

◆ Otp

string MsecUnitySdk.InitializationStatus.Otp
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.

◆ Success

bool MsecUnitySdk.InitializationStatus.Success
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.

◆ Timestamp

double MsecUnitySdk.InitializationStatus.Timestamp
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.


The documentation for this class was generated from the following file: