public final class GKFriendsAuthorizationStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Authorized
User has authorized this application to access friend list data.
|
static long |
Denied
User has explicitly denied this application access to friend list data,
or global friend list access are disabled in Settings.
|
static long |
NotDetermined
User has not yet made a choice with regards to this application.
|
static long |
Restricted
This application is not authorized to use friend list data.
|
public static final long NotDetermined
public static final long Restricted
public static final long Denied
public static final long Authorized