Package | com.milkmangames.nativeextensions.ios |
Class | public class GVFacebookRequestFilter |
Inheritance | GVFacebookRequestFilter ![]() |
Constant | Defined By | ||
---|---|---|---|
ALL : String = all [static] All Users will be allowed by filter. | GVFacebookRequestFilter | ||
APP_NON_USERS : String = app_non_users [static] Only non-users of the App will be allowed by filter. | GVFacebookRequestFilter | ||
APP_USERS : String = app_users [static] Only Users of the App will be allowed by filter. | GVFacebookRequestFilter |
ALL | Constant |
public static const ALL:String = all
All Users will be allowed by filter.
APP_NON_USERS | Constant |
public static const APP_NON_USERS:String = app_non_users
Only non-users of the App will be allowed by filter.
APP_USERS | Constant |
public static const APP_USERS:String = app_users
Only Users of the App will be allowed by filter.