| Package | com.milkmangames.nativeextensions.ios |
| Class | public class GVFacebookRequestFilter |
| Inheritance | GVFacebookRequestFilter Object |
| 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 = allAll Users will be allowed by filter.
| APP_NON_USERS | Constant |
public static const APP_NON_USERS:String = app_non_usersOnly non-users of the App will be allowed by filter.
| APP_USERS | Constant |
public static const APP_USERS:String = app_usersOnly Users of the App will be allowed by filter.