Packagecom.milkmangames.nativeextensions.ios
Classpublic class GVFacebookRequestFilter
InheritanceGVFacebookRequestFilter Inheritance Object

GoViral Facebook Request Filter



Public Constants
 ConstantDefined 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
Constant Detail
ALLConstant
public static const ALL:String = all

All Users will be allowed by filter.

APP_NON_USERSConstant 
public static const APP_NON_USERS:String = app_non_users

Only non-users of the App will be allowed by filter.

APP_USERSConstant 
public static const APP_USERS:String = app_users

Only Users of the App will be allowed by filter.