A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
SEND — Constant Static Property, class com.distriqt.extension.facebookapi.games.GameRequestActionType
Send action type: The user is sending an object to the friends.
service — Static Property, class com.distriqt.extension.facebookapi.FacebookAPI
The singleton instance of the FacebookAPI class.
SESSION_CLOSED — Constant Static Property, class com.distriqt.extension.facebookapi.events.FacebookAPISessionEvent
Dispatched when a Facebook session is logged out and closed.
SESSION_CLOSE_ERROR — Constant Static Property, class com.distriqt.extension.facebookapi.events.FacebookAPISessionEvent
Dispatched when a Facebook session could not be closed.
SESSION_INFO — Constant Static Property, class com.distriqt.extension.facebookapi.events.FacebookAPISessionEvent
Dispatched when a Facebook session is opened and information about the user is available profile will contain any available profile information that was loaded
SESSION_OPEN_CANCELLED — Constant Static Property, class com.distriqt.extension.facebookapi.events.FacebookAPISessionEvent
Dispatched when the user cancelled the login process.
SESSION_OPEN_DISABLED — Constant Static Property, class com.distriqt.extension.facebookapi.events.FacebookAPISessionEvent
Dispatched when a session could not be opened because the user has disabled your application in the iOS6+ Facebook settings on their device.
SESSION_OPENED — Constant Static Property, class com.distriqt.extension.facebookapi.events.FacebookAPISessionEvent
Dispatched when a Facebook session is logged in and opened The event data field should contain the following properties: accessToken The user's session access token userId The logged in user's Facebook ID
SESSION_OPEN_ERROR — Constant Static Property, class com.distriqt.extension.facebookapi.events.FacebookAPISessionEvent
Dispatched when a Facebook session was not able to be opened.
setAction(action:Object) — method, class com.distriqt.extension.facebookapi.share.builders.ShareOpenGraphContentBuilder
Sets the Open Graph Action for the content.
setActionType(actionType:String) — method, class com.distriqt.extension.facebookapi.games.builders.GameRequestContentBuilder
Sets the action type for this request Must be one of: GameRequestActionType.SEND GameRequestActionType.ASK_FOR GameRequestActionType.TURN
setActionType(type:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareOpenGraphActionBuilder
Sets the type for the action.
setAdvertiserIDCollectionEnabled(enabled:Boolean) — method, interface com.distriqt.extension.facebookapi.appevents.AppEvents
In some cases, you want to delay the collection of the advertiser id, such as to obtain User consent or fulfill legal obligations, instead of disabling it.
setApplinkUrl(appLinkUrl:String) — method, class com.distriqt.extension.facebookapi.appinvites.builders.AppInviteContentBuilder
Sets the applink url that will be used for deep-linking The App Link URL is a deep link to a specific place in your mobile app.
setAutoInitEnabled(enabled:Boolean) — method, interface com.distriqt.extension.facebookapi.appevents.AppEvents
setAutoLogAppEventsEnabled(enabled:Boolean) — method, interface com.distriqt.extension.facebookapi.appevents.AppEvents
In some cases, you want to delay the automatic logging, such as to obtain User consent or fulfill legal obligations, instead of disabling it.
setCompleteCallback(callback:Function) — method, class com.distriqt.extension.facebookapi.graphapi.builders.GraphAPIRequestBatchBuilder
Sets the callback function for successful completion of this request.
setCompleteCallback(callback:Function) — method, class com.distriqt.extension.facebookapi.graphapi.builders.GraphAPIRequestBuilder
Sets the callback function for successful completion of this request.
setContentDescription(contentDescription:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareLinkContentBuilder
Set the contentDescription of the link.
setContentTitle(contentTitle:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareLinkContentBuilder
Set the contentTitle to display for this link.
setContentUrl(contentUrl:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareLinkContentBuilder
Set the URL for the content being shared.
setContentUrl(contentUrl:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareMediaContentBuilder
Set the URL for the content being shared.
setContentUrl(contentUrl:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareOpenGraphContentBuilder
Set the URL for the content being shared.
setContentUrl(contentUrl:String) — method, class com.distriqt.extension.facebookapi.share.builders.SharePhotoContentBuilder
Set the URL for the content being shared.
setContentUrl(contentUrl:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareVideoContentBuilder
Set the URL for the content being shared.
setData(data:String) — method, class com.distriqt.extension.facebookapi.games.builders.GameRequestContentBuilder
Sets optional data which can be used for tracking; maximum length is 255 characters
setDestination(destination:String) — method, class com.distriqt.extension.facebookapi.appinvites.builders.AppInviteContentBuilder
Sets the destination of the invite either "facebook" or "messenger"
setErrorCallback(callback:Function) — method, class com.distriqt.extension.facebookapi.graphapi.builders.GraphAPIRequestBuilder
Sets the callback for an error on this request
setFilters(filters:String) — method, class com.distriqt.extension.facebookapi.games.builders.GameRequestContentBuilder
Sets the filters for everybody/app users/non app users
setFlushBehaviour(mode:String) — method, interface com.distriqt.extension.facebookapi.appevents.AppEvents
Sets the default behaviour for when the app should flush app events and send them to Facebook The mode should be one of the values defined in the AnalyticsFlushMode class the default is MODE_AUTO that will automatically flush events and send when appropriate.
setImage(image:flash.display:BitmapData) — method, class com.distriqt.extension.facebookapi.graphapi.builders.GraphAPIRequestBuilder
Add custom image data to be sent with a graph request.
setImageUrl(imageUrl:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareLinkContentBuilder
Set the URL of a picture to attach to this content.
setMessage(message:String) — method, class com.distriqt.extension.facebookapi.games.builders.GameRequestContentBuilder
ts the message users receiving the request will see.
setMethod(method:String) — method, class com.distriqt.extension.facebookapi.graphapi.builders.GraphAPIRequestBuilder
Sets the HTTP method to use for this request
setObjectId(objectId:String) — method, class com.distriqt.extension.facebookapi.games.builders.GameRequestContentBuilder
Sets the open graph id of the object that action type will be performed on Only valid (and required) for ActionTypes SEND, ASKFOR
setParameter(key:String, value:any) — method, class com.distriqt.extension.facebookapi.appevents.FacebookAppEvent
Adds or updates a parameter for this event Keys must be of type String, while their values must either be a String or a Number.
setParameter(key:String, value:any) — method, class com.distriqt.extension.facebookapi.appevents.FacebookAppPurchaseEvent
Adds or updates a parameter for this purchase event Keys must be of type String, while their values must either be a String or a Number.
setPath(apiPath:String) — method, class com.distriqt.extension.facebookapi.graphapi.builders.GraphAPIRequestBuilder
The graph API endpoint for the request
setPeopleIds(peopleIds:Array) — method, class com.distriqt.extension.facebookapi.share.builders.ShareLinkContentBuilder
Set the list of Ids for taggable people to tag with this content
setPeopleIds(peopleIds:Array) — method, class com.distriqt.extension.facebookapi.share.builders.ShareMediaContentBuilder
Set the list of Ids for taggable people to tag with this content
setPeopleIds(peopleIds:Array) — method, class com.distriqt.extension.facebookapi.share.builders.ShareOpenGraphContentBuilder
Set the list of Ids for taggable people to tag with this content
setPeopleIds(peopleIds:Array) — method, class com.distriqt.extension.facebookapi.share.builders.SharePhotoContentBuilder
Set the list of Ids for taggable people to tag with this content
setPeopleIds(peopleIds:Array) — method, class com.distriqt.extension.facebookapi.share.builders.ShareVideoContentBuilder
Set the list of Ids for taggable people to tag with this content
setPlaceId(placeId:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareLinkContentBuilder
Set the Id for a place to tag with this content
setPlaceId(placeId:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareMediaContentBuilder
Set the Id for a place to tag with this content
setPlaceId(placeId:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareOpenGraphContentBuilder
Set the Id for a place to tag with this content
setPlaceId(placeId:String) — method, class com.distriqt.extension.facebookapi.share.builders.SharePhotoContentBuilder
Set the Id for a place to tag with this content
setPlaceId(placeId:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareVideoContentBuilder
Set the Id for a place to tag with this content
setPreviewImageUrl(previewImageUrl:String) — method, class com.distriqt.extension.facebookapi.appinvites.builders.AppInviteContentBuilder
Sets the preview image url for this invite.
setPreviewPropertyName(previewPropertyName:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareOpenGraphContentBuilder
Sets the property name for the primary object in the action.
setPromotionDetails(promotionText:String, promotionCode:String) — method, class com.distriqt.extension.facebookapi.appinvites.builders.AppInviteContentBuilder
Sets promotion code and promotion text to be shown on sender and receiver flows for app invites.
setQuote(quote:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareLinkContentBuilder
Set the quote to display for this link.
setRecipients(recipients:Array) — method, class com.distriqt.extension.facebookapi.games.builders.GameRequestContentBuilder
An array of user IDs, usernames or invite tokens of people to send request.
setRef(ref:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareLinkContentBuilder
Set the value to be added to the referrer URL when a person follows a link from this shared content on feed.
setRef(ref:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareMediaContentBuilder
Set the value to be added to the referrer URL when a person follows a link from this shared content on feed.
setRef(ref:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareOpenGraphContentBuilder
Set the value to be added to the referrer URL when a person follows a link from this shared content on feed.
setRef(ref:String) — method, class com.distriqt.extension.facebookapi.share.builders.SharePhotoContentBuilder
Set the value to be added to the referrer URL when a person follows a link from this shared content on feed.
setRef(ref:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareVideoContentBuilder
Set the value to be added to the referrer URL when a person follows a link from this shared content on feed.
setShareHashtag(shareHashTag:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareLinkContentBuilder
Set the ShareHashtag for this content
setShareHashtag(shareHashTag:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareMediaContentBuilder
Set the ShareHashtag for this content
setShareHashtag(shareHashTag:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareOpenGraphContentBuilder
Set the ShareHashtag for this content
setShareHashtag(shareHashTag:String) — method, class com.distriqt.extension.facebookapi.share.builders.SharePhotoContentBuilder
Set the ShareHashtag for this content
setShareHashtag(shareHashTag:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareVideoContentBuilder
Set the ShareHashtag for this content
setSuggestions(suggestions:Array) — method, class com.distriqt.extension.facebookapi.games.builders.GameRequestContentBuilder
Sets a list of user ids suggested as request receivers
setTitle(title:String) — method, class com.distriqt.extension.facebookapi.games.builders.GameRequestContentBuilder
Sets an optional title for the dialog; maximum length is 50 characters.
setup(type:String) — method, interface com.distriqt.extension.facebookapi.accountkit.AccountKit
Setup the Account Kit SDK with the required response type.
SETUP_COMPLETE — Constant Static Property, class com.distriqt.extension.facebookapi.events.AccountKitEvent
Dispatched when Account Kit is initialised and ready to be used.
setUserID(userID:String) — method, interface com.distriqt.extension.facebookapi.appevents.AppEvents
Assign an ID to a user of your app
setUserProperties(properties:Object) — method, interface com.distriqt.extension.facebookapi.appevents.AppEvents
Once you have called setUserID, then you can also create a table with custom fields for user properties, that you can update with custom values.
setVideoUrl(videoUrl:String) — method, class com.distriqt.extension.facebookapi.share.builders.ShareVideoContentBuilder
Sets the URL that locates the video to be shared On iOS the Facebook SDK requires an asset url (asset-library://...).
share(content:Object) — method, interface com.distriqt.extension.facebookapi.share.ShareAPI
Attempts to use the Share API to post the provided content.
shareAPI — Property, class com.distriqt.extension.facebookapi.FacebookAPI
Access to the ShareAPI functionality to enable people to post to Facebook from your application.
ShareAPI — Interface, package com.distriqt.extension.facebookapi.share
Provides functionality to share content via the Facebook Share API.
ShareAPIEvent — class, package com.distriqt.extension.facebookapi.events
Describes events from the ShareAPI
ShareAPIEvent(type:String, postId:String, errorCode:int, errorMessage:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.facebookapi.events.ShareAPIEvent
shareDialog — Property, class com.distriqt.extension.facebookapi.FacebookAPI
Access to the ShareDialog functionality to enable people to post to Facebook from your application.
ShareDialog — Interface, package com.distriqt.extension.facebookapi.share
Provides functionality to share content via the Facebook Share Dialog
ShareDialogEvent — class, package com.distriqt.extension.facebookapi.events
This class represents events dispatched from the Share Dialogs.
ShareDialogEvent(type:String, postId:String, errorCode:int, errorMessage:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.facebookapi.events.ShareDialogEvent
Constructor
ShareLinkContentBuilder — class, package com.distriqt.extension.facebookapi.share.builders
ShareLinkContentBuilder() — Constructor, class com.distriqt.extension.facebookapi.share.builders.ShareLinkContentBuilder
Constructor
ShareMediaContentBuilder — class, package com.distriqt.extension.facebookapi.share.builders
ShareMediaContentBuilder() — Constructor, class com.distriqt.extension.facebookapi.share.builders.ShareMediaContentBuilder
Constructor
ShareOpenGraphActionBuilder — class, package com.distriqt.extension.facebookapi.share.builders
ShareOpenGraphActionBuilder() — Constructor, class com.distriqt.extension.facebookapi.share.builders.ShareOpenGraphActionBuilder
Constructor
ShareOpenGraphContentBuilder — class, package com.distriqt.extension.facebookapi.share.builders
A Builder for creating open graph content to share
ShareOpenGraphContentBuilder() — Constructor, class com.distriqt.extension.facebookapi.share.builders.ShareOpenGraphContentBuilder
Constructor
ShareOpenGraphObjectBuilder — class, package com.distriqt.extension.facebookapi.share.builders
Builder to help construct an object for an open graph action
ShareOpenGraphObjectBuilder() — Constructor, class com.distriqt.extension.facebookapi.share.builders.ShareOpenGraphObjectBuilder
SharePhotoContentBuilder — class, package com.distriqt.extension.facebookapi.share.builders
SharePhotoContentBuilder() — Constructor, class com.distriqt.extension.facebookapi.share.builders.SharePhotoContentBuilder
Constructor
ShareVideoContentBuilder — class, package com.distriqt.extension.facebookapi.share.builders
ShareVideoContentBuilder() — Constructor, class com.distriqt.extension.facebookapi.share.builders.ShareVideoContentBuilder
Constructor
show(content:Object) — method, interface com.distriqt.extension.facebookapi.appinvites.AppInvite
Shows the App Invite dialog using the provided content.
show(content:Object) — method, interface com.distriqt.extension.facebookapi.games.GameRequest
Shows the Game Request dialog using the provided content.
show(content:Object) — method, interface com.distriqt.extension.facebookapi.share.MessageDialog
Shows the message dialog using the provided content.
show(content:Object) — method, interface com.distriqt.extension.facebookapi.share.ShareDialog
Shows a share dialog using the provided content.
SYSTEM_ACCOUNT — Constant Static Property, class com.distriqt.extension.facebookapi.LoginBehaviour
Attempts log in through the Facebook account currently signed in through the device Settings.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z