Core 1.0.0 - Unity C# API Reference Core 1.0.0 - Unity C# API Reference
Core 1.0.0 - Unity C# API Reference Core 1.0.0 - Unity C# API Reference
© 2025 Chartboost, Inc. All rights reserved.

Interface IChartboostCoreResult

A base result class for Chartboost Core operations.

Namespace: Chartboost.Core.Initialization
Assembly: Chartboost.Core.dll
Syntax
public interface IChartboostCoreResult

Properties

Duration

The duration of the operation.

Declaration
long Duration { get; }
Property Value
Type Description
long

End

The end date of the operation.

Declaration
DateTime End { get; }
Property Value
Type Description
DateTime

Error

The error in case the operation failed, or null if the operation succeeded.

Declaration
ChartboostCoreError? Error { get; }
Property Value
Type Description
ChartboostCoreError?

Start

The start date of the operation.

Declaration
DateTime Start { get; }
Property Value
Type Description
DateTime

Methods

ToJson()

Declaration
string ToJson()
Returns
Type Description
string