Namespace Unity.Services.Moderation
Classes
Moderation
The Moderation class provides the entry point to access the Moderation service. It provides an interface to report a specific player with predefined reasons, and provide contextual information. Ensure you call UnityServices.InitializeAsync() before accessing the Instance property.
ModerationPackageInitializer
ModerationPackageInitializer register the friends component and modifies the configuration based on the project's configuration.
WrappedModerationService
WrappedModerationService is the wrapped representation of the moderation service that is gonna be instancied into the ModerationService Instance.
Interfaces
IModerationService
Defines all public Moderation Service functionality