LicenseRegisteredDel Delegate

Callback invoked when the Alteruna license has been validated and registered with the service.

Definition

Namespace: Alteruna.Multiplayer.Core
Assembly: Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
C#
public delegate void LicenseRegisteredDel()

Remarks

Subscribe to this delegate via LicenseRegistered to perform actions that require a valid license, such as connecting to a server or enabling premium features.

See Also