Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| AIRFacebookAppEvent | com.marpies.ane.facebook.events | Defines constants for default Facebook app events. | |
| AIRFacebookBasicUserProfileEvent | com.marpies.ane.facebook.events | Dispatched once the basic user profile becomes available. | |
| AIRFacebookCachedAccessTokenEvent | com.marpies.ane.facebook.events | Dispatched shortly after Facebook initialization. | |
| AIRFacebookCancellableEvent | com.marpies.ane.facebook.events | Internal base class for events which represent cancellable action, e.g. | |
| AIRFacebookDeferredAppLinkEvent | com.marpies.ane.facebook.events | Dispatched after a call to AIRFacebook.fetchDeferredAppLink(). | |
| AIRFacebookEvent | com.marpies.ane.facebook.events | Base class for events, providing an occasional error message. | |
| AIRFacebookExtendedUserProfileEvent | com.marpies.ane.facebook.events | Dispatched after a call to AIRFacebook.requestExtendedUserProfile(). | |
| AIRFacebookGameRequest | com.marpies.ane.facebook.data | Represents Facebook Game Requests which can be requested using AIRFacebook.requestUserGameRequests(). | |
| AIRFacebookGameRequestActionType | com.marpies.ane.facebook.data | Defines constants for the GameRequest action type. | |
| AIRFacebookGameRequestEvent | com.marpies.ane.facebook.events | Dispatched after a call to AIRFacebook.showGameRequestDialog(). | |
| AIRFacebookGameRequestFilter | com.marpies.ane.facebook.data | Defines constants for the GameRequest friends filter. | |
| AIRFacebookGameRequestInvokeEvent | com.marpies.ane.facebook.events | Dispatched once your application is invoked from a Game Request, for example when user tapped a request notification in native Facebook app. | |
| AIRFacebookLinkParameter | com.marpies.ane.facebook.data | Represents deep link parameter. | |
| AIRFacebookLoginEvent | com.marpies.ane.facebook.events | Dispatched after a call to either AIRFacebook.loginWithReadPermissions() or AIRFacebook.loginWithPublishPermissions() and after the login process is finished. | |
| AIRFacebookLogoutEvent | com.marpies.ane.facebook.events | Dispatched after a call to AIRFacebook.logout(). | |
| AIRFacebookOpenGraphEvent | com.marpies.ane.facebook.events | Dispatched after a call to any of the methods working with Open Graph. | |
| AIRFacebookSettings | com.marpies.ane.facebook | Class that allows setting Facebook and extension settings. | |
| AIRFacebookShareEvent | com.marpies.ane.facebook.events | Dispatched after a call to any of the sharing methods, including AIRFacebook.showAppInviteDialog(). | |
| AIRFacebookUserFriendsEvent | com.marpies.ane.facebook.events | Dispatched after a call to AIRFacebook.requestUserFriends(). | |
| AIRFacebookUserGameRequestsEvent | com.marpies.ane.facebook.events | Dispatched after a call to AIRFacebook.requestUserGameRequests(). | |
| AIRFacebookUserProfilePictureEvent | com.marpies.ane.facebook.events | Dispatched after a call to AIRFacebook.requestUserProfilePicture() if the parameter autoLoad was set to true. | |
| BasicUserProfile | com.marpies.ane.facebook.data | Provides access to basic user's properties shortly after logging the user into Facebook. | |
| ExtendedUserProfile | com.marpies.ane.facebook.data | Provides access to additional user's properties. | |
| IAIRFacebook | com.marpies.ane.facebook | Interface providing Facebook SDK APIs. | |
| IAIRFacebookAppInviteListener | com.marpies.ane.facebook.listeners | Interface for objects that want to be notified about an app invitation result. | |
| IAIRFacebookBasicUserProfileListener | com.marpies.ane.facebook.listeners | Interface for objects that want to be notified once the basic user profile is ready. | |
| IAIRFacebookCachedAccessTokenListener | com.marpies.ane.facebook.listeners | Interface for objects that want to be notified about the existence of a cached access token. | |
| IAIRFacebookDeferredAppLinkListener | com.marpies.ane.facebook.listeners | Interface for objects that want to be notified about a deferred app link request result. | |
| IAIRFacebookExtendedUserProfileListener | com.marpies.ane.facebook.listeners | Interface for objects that want to be notified about an extended user profile request result. | |
| IAIRFacebookGameRequestInvokeListener | com.marpies.ane.facebook.listeners | Interface for objects that want to be notified when your application is invoked from a Game Request notification. | |
| IAIRFacebookGameRequestListener | com.marpies.ane.facebook.listeners | Interface for objects that want to be notified about a Game Request process result. | |
| IAIRFacebookGameRequests | com.marpies.ane.facebook.games | Interface providing Facebook Game Requests APIs. | |
| IAIRFacebookLoginListener | com.marpies.ane.facebook.listeners | Interface for objects that want to be notified about a login result. | |
| IAIRFacebookLogoutListener | com.marpies.ane.facebook.listeners | Interface for objects that want to be notified about a logout result. | |
| IAIRFacebookOpenGraph | com.marpies.ane.facebook.graph | Interface providing Facebook Open Graph APIs. | |
| IAIRFacebookOpenGraphListener | com.marpies.ane.facebook.listeners | Interface for objects that want to be notified about an Open Graph request result. | |
| IAIRFacebookSDKInitListener | com.marpies.ane.facebook.listeners | Interface for objects that want to be notified once Facebook SDK finishes initialization. | |
| IAIRFacebookShare | com.marpies.ane.facebook.share | Interface providing Facebook sharing APIs. | |
| IAIRFacebookShareListener | com.marpies.ane.facebook.listeners | Interface for objects that want to be notified about a sharing process result. | |
| IAIRFacebookUserFriendsListener | com.marpies.ane.facebook.listeners | Interface for objects that want to be notified about a user friends request result. | |
| IAIRFacebookUserGameRequestsListener | com.marpies.ane.facebook.listeners | Interface for objects that want to be notified about a user Game Requests request result. | |
| IAIRFacebookUserProfilePictureListener | com.marpies.ane.facebook.listeners | Interface for objects that want to be notified about user's picture loading process result. |