Event Waiting
Event triggered when the IdProviderCustomSettingsElement starts or finishes waiting for a task. The first parameter of the callback is the sender. The second parameter is true if it starts waiting, and false if it finishes waiting.
Namespace: Unity.Services.Authentication.Editor
Assembly: solution.dll
Syntax
public abstract event Action<IdProviderCustomSettingsElement, bool> Waiting
Returns
Type | Description |
---|---|
Action<IdProviderCustomSettingsElement, bool> |