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  
GameRequestContentBuilder — class, package com.distriqt.extension.facebook.gamingservices.content
Helper class to construct the content for the Game Request Dialog.
GameRequestContentBuilder — class, package com.distriqt.extension.facebook.share.model
GameRequestContentBuilder() — Constructor, class com.distriqt.extension.facebook.gamingservices.content.GameRequestContentBuilder
GameRequestContentBuilder() — Constructor, class com.distriqt.extension.facebook.share.model.GameRequestContentBuilder
Constructor
gameRequestDialog — Property, class com.distriqt.extension.facebook.gamingservices.FacebookGamingServices
Access to the game request dialog functionality
gameRequestDialog — Property, class com.distriqt.extension.facebook.share.FacebookShare
Access to the GameRequestDialog functionality to enable game requests from your application.
GameRequestDialog — Interface, package com.distriqt.extension.facebook.gamingservices
GameRequestDialog — Interface, package com.distriqt.extension.facebook.share
Provides functionality to share content via the Facebook Game Request Dialog Note this dialog is deprecated and should only be used by legacy games
GameRequestDialogEvent — class, package com.distriqt.extension.facebook.gamingservices.events
This class represents events dispatched from the Game Request Dialog.
GameRequestDialogEvent — class, package com.distriqt.extension.facebook.share.events
This class represents events dispatched from the Game Request Dialog.
GameRequestDialogEvent(type:String, requestId:String, recipients:Array, errorCode:int, errorMessage:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.facebook.gamingservices.events.GameRequestDialogEvent
Constructor
GameRequestDialogEvent(type:String, id:String, recipients:Array, errorCode:int, errorMessage:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.facebook.share.events.GameRequestDialogEvent
Constructor
generateRandomNonce(strlen:Number) — Static Method , class com.distriqt.extension.facebook.login.LoginConfiguration
getAccessToken() — method, class com.distriqt.extension.facebook.login.FacebookLogin
Retrieves the current access token, if available
getAdvertiserIDCollectionEnabled() — method, class com.distriqt.extension.facebook.core.Facebook
getAdvertiserTrackingEnabled() — method, class com.distriqt.extension.facebook.core.Facebook
iOS only.
getApplicationId() — method, class com.distriqt.extension.facebook.core.Facebook
Gets the Facebook application ID for the current app.
getApplicationName() — method, class com.distriqt.extension.facebook.core.Facebook
Gets the Facebook application name for the current app.
getAuthenticationToken() — method, class com.distriqt.extension.facebook.login.FacebookLogin
The current authentication token that represents the currently logged in user and can be used by a client to verify an authentication attempt.
getAutoInitEnabled() — method, class com.distriqt.extension.facebook.core.Facebook
getAutoLogAppEventsEnabled() — method, class com.distriqt.extension.facebook.core.Facebook
Gets the flag used by the app events logging
getCurrentPermissionsRequest() — Static Method , class com.distriqt.extension.facebook.graphapi.builders.GraphRequestBuilder
getCurrentUserInfoRequest() — Static Method , class com.distriqt.extension.facebook.graphapi.builders.GraphRequestBuilder
getProfile() — method, class com.distriqt.extension.facebook.login.FacebookLogin
Retrieves the current user profile information, if available
getSDKVersion() — method, class com.distriqt.extension.facebook.core.Facebook
Returns the current version of the FacebookSDK used by the extension.
getUserFriendsRequest() — Static Method , class com.distriqt.extension.facebook.graphapi.builders.GraphRequestBuilder
getUserFriendsWithInstalledRequest() — Static Method , class com.distriqt.extension.facebook.graphapi.builders.GraphRequestBuilder
getUserID() — method, interface com.distriqt.extension.facebook.appevents.AppEventsLogger
Returns the user id or null if none has been set
graphAPI — Property, class com.distriqt.extension.facebook.core.Facebook
Access to the Graph API functionality.
GraphAPI — Interface, package com.distriqt.extension.facebook.graphapi
graphDomain — Property, class com.distriqt.extension.facebook.login.AccessToken
The graph domain where this access token is valid.
graphDomain — Property, class com.distriqt.extension.facebook.login.AuthenticationToken
The graph domain where the user is authenticated
GraphRequest — Interface, package com.distriqt.extension.facebook.graphapi
Represents a request that can be made to the Graph API You should use the GraphRequestBuilder to create instances of this class.
GraphRequestBatch — Interface, package com.distriqt.extension.facebook.graphapi
Represents a batch of GraphRequests that can be made to the Graph API You should use the GraphRequestBatchBuilder to create instances of this class.
GraphRequestBatchBuilder — class, package com.distriqt.extension.facebook.graphapi.builders
GraphRequestBatchBuilder() — Constructor, class com.distriqt.extension.facebook.graphapi.builders.GraphRequestBatchBuilder
GraphRequestBuilder — class, package com.distriqt.extension.facebook.graphapi.builders
This class is a helper class to construct GraphRequest instances.
GraphRequestBuilder() — Constructor, class com.distriqt.extension.facebook.graphapi.builders.GraphRequestBuilder
Constructor
GraphRequestEvent — class, package com.distriqt.extension.facebook.graphapi.events
This event class is used for responses from a GraphRequest or GraphRequestBatch.
GraphRequestEvent(type:String, data:Object, errorCode:int, errorMessage:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.facebook.graphapi.events.GraphRequestEvent
Constructor
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