Package | com.distriqt.extension.facebookapi.games |
Class | public class GameRequestFilter |
Inheritance | GameRequestFilter ![]() |
Constant | Defined By | ||
---|---|---|---|
APP_NON_USERS : String = FilterTypeAppNonUsers [static]
Friends not using the app can be displayed. | GameRequestFilter | ||
APP_USERS : String = FilterTypeAppUsers [static]
Friends using the app can be displayed. | GameRequestFilter | ||
NONE : String = FilterTypeNone [static]
No filter, all friends can be displayed. | GameRequestFilter |
APP_NON_USERS | Constant |
public static const APP_NON_USERS:String = FilterTypeAppNonUsers
Friends not using the app can be displayed.
APP_USERS | Constant |
public static const APP_USERS:String = FilterTypeAppUsers
Friends using the app can be displayed.
NONE | Constant |
public static const NONE:String = FilterTypeNone
No filter, all friends can be displayed.