XMediator::Api::InitResult::Success
Represents a successful result of XMediator SDK core initialization.
Inherits from XMediator.Api.InitResult
Public Functions
| Name | |
|---|---|
| Success(string sessionId) | |
| override bool | Equals(object obj) |
| override int | GetHashCode() |
| override string | ToString() |
Protected Functions
| Name | |
|---|---|
| bool | Equals(Success other) |
Public Properties
| Name | |
|---|---|
| string | SessionId Id that represents the newly initialized session of XMediator. |
Additional inherited members
Public Classes inherited from XMediator.Api.InitResult
| Name | |
|---|---|
| class | Failure Represents a failure result of XMediator SDK core initialization. |
| class | Success Represents a successful result of XMediator SDK core initialization. |
Public Functions inherited from XMediator.Api.InitResult
| Name | |
|---|---|
| bool | TryGetSuccess(out Success success) |
| bool | TryGetFailure(out Failure failure) |
Public Properties inherited from XMediator.Api.InitResult
| Name | |
|---|---|
| bool | IsSuccess Returns whether initialization was successful or not. |
Public Functions Documentation
function Success
function Equals
function GetHashCode
function ToString
Protected Functions Documentation
function Equals
Public Property Documentation
property SessionId
Id that represents the newly initialized session of XMediator.
Updated on 2025-06-06 at 15:48:42 +0000