Delegate NativeCalls.GetCredentialStateCallback
- Namespace
- Uralstech.UMoth.AppleIdSignIn.Native
Callback delegate for when ASAuthorizationAppleIDProvider.getCredentialState() completes executing.
public delegate void NativeCalls.GetCredentialStateCallback(byte state, nint errorDescription)
Parameters
state
byteThe state of the credential.
errorDescription
nintAny error which occurred while trying to get the state.