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 IPublisherMetadata

Publisher-provided metadata.

Namespace: Chartboost.Core.Environment
Assembly: Chartboost.Core.dll
Syntax
public interface IPublisherMetadata

Methods

SetFramework(string?, string?)

Sets the framework name and version.

Declaration
void SetFramework(string? frameworkName, string? frameworkVersion)
Parameters
Type Name Description
string frameworkName

Framework name to be set, e.g. “Unity”.

string frameworkVersion

Framework version to be set.

SetIsUserUnderage(bool)

Indicates if the user is underage as determined by the publisher.

Declaration
void SetIsUserUnderage(bool isUserUnderage)
Parameters
Type Name Description
bool isUserUnderage

Indicates if user is underage.

SetPlayerIdentifier(string?)

Sets a publisher-defined player identifier.

Declaration
void SetPlayerIdentifier(string? playerIdentifier)
Parameters
Type Name Description
string playerIdentifier

New player identifier.

SetPublisherAppIdentifier(string?)

Sets a publisher-defined application identifier.

Declaration
void SetPublisherAppIdentifier(string? publisherAppIdentifier)
Parameters
Type Name Description
string publisherAppIdentifier

App identifier to be set.

SetPublisherSessionIdentifier(string?)

Sets a publisher-defined session identifier.

Declaration
void SetPublisherSessionIdentifier(string? publisherSessionIdentifier)
Parameters
Type Name Description
string publisherSessionIdentifier

Session identifier to be set.