C# Класс Facebook.Unity.FB.Mobile

A class containing the settings specific to the supported mobile platforms.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

AppInvite() публичный статический Метод

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.
Результат void

FetchDeferredAppLinkData() публичный статический Метод

Fetchs the deferred app link data.
public static FetchDeferredAppLinkData ( FacebookDelegate callback = null ) : void
callback FacebookDelegate A callback for when the call is complete.
Результат void

RefreshCurrentAccessToken() публичный статический Метод

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.
Результат void