C# 클래스 Facebook.Unity.FB.Mobile

A class containing the settings specific to the supported mobile platforms.
파일 보기 프로젝트 열기: facebook/facebook-sdk-for-unity

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