Table of Contents

Delegate NativeCalls.GetCredentialStateCallback

Callback delegate for when ASAuthorizationAppleIDProvider.getCredentialState() completes executing.

public delegate void NativeCalls.GetCredentialStateCallback(byte state, nint errorDescription)

Parameters

state byte

The state of the credential.

errorDescription nint

Any error which occurred while trying to get the state.