C# Class Facebook.Unity.FB.Mobile

A class containing the settings specific to the supported mobile platforms.
Mostra file Open project: facebook/facebook-sdk-for-unity

Private Properties

Property Type Description

Public Methods

Method Description
AppInvite ( Uri appLinkUrl, Uri previewImageUrl = null, FacebookDelegate callback = null ) : void

Show the app invite dialog.

FetchDeferredAppLinkData ( FacebookDelegate callback = null ) : void

Fetchs the deferred app link data.

RefreshCurrentAccessToken ( FacebookDelegate callback = null ) : void

Refreshs the current access to get a new access token if possible.

Method Details

AppInvite() public static method

Show the app invite dialog.
public static AppInvite ( Uri appLinkUrl, Uri previewImageUrl = null, FacebookDelegate callback = null ) : void
appLinkUrl System.Uri /// App Link for what should be opened when the recipient clicks on the /// install/play button on the app invite page. ///
previewImageUrl System.Uri A url to an image to be used in the invite.
callback FacebookDelegate A callback for when the dialog completes.
return void

FetchDeferredAppLinkData() public static method

Fetchs the deferred app link data.
public static FetchDeferredAppLinkData ( FacebookDelegate callback = null ) : void
callback FacebookDelegate A callback for when the call is complete.
return void

RefreshCurrentAccessToken() public static method

Refreshs the current access to get a new access token if possible.
public static RefreshCurrentAccessToken ( FacebookDelegate callback = null ) : void
callback FacebookDelegate A on refresh access token compelte callback.
return void