Enum AppleIdUserAgeRange
- Namespace
- Uralstech.UMoth.AppleIdSignIn
Wrapper for ASUserAgeRange.
public enum AppleIdUserAgeRange
Fields
Child = 2
The user is a child.
NotAvailable = 0
The age range was not returned during the sign-in operation.
This is not a part of ASUserAgeRange, but is returned if the device or OS does not support ASUserAgeRange.
NotChild = 3
The user is not a child.
Unknown = 1
This is returned if the project is missing the required entitlement to support child accounts.