C# 클래스 FB, swip3

상속: UnityEngine.ScriptableObject
파일 보기 프로젝트 열기: unit9/swip3 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OnHideUnity HideUnityDelegate
OnInitComplete InitDelegate

Private Properties

프로퍼티 타입 설명
OnDllLoaded void

공개 메소드들

메소드 설명
API ( string query, HttpMethod method, FacebookDelegate callback = null, string>.Dictionary formData = null ) : void
API ( string query, HttpMethod method, FacebookDelegate callback, WWWForm formData ) : void
AppRequest ( string message, string to = null, string filters = "", string excludeIds = null, int maxRecipients = null, string data = "", string title = "", FacebookDelegate callback = null ) : void
Feed ( string toId = "", string link = "", string linkName = "", string linkCaption = "", string linkDescription = "", string picture = "", string mediaSource = "", string actionName = "", string actionLink = "", string reference = "", string[]>.Dictionary properties = null, FacebookDelegate callback = null ) : void
GetDeepLink ( FacebookDelegate callback ) : void
Init ( InitDelegate onInitComplete, HideUnityDelegate onHideUnity = null, string authResponse = null ) : void
Init ( InitDelegate onInitComplete, string appId, bool cookie = true, bool logging = true, bool status = true, bool xfbml = false, bool frictionlessRequests = true, HideUnityDelegate onHideUnity = null, string authResponse = null ) : void
Login ( string scope = "", FacebookDelegate callback = null ) : void
Logout ( ) : void
PublishInstall ( FacebookDelegate callback = null ) : void

비공개 메소드들

메소드 설명
OnDllLoaded ( ) : void

메소드 상세

API() 공개 정적인 메소드

public static API ( string query, HttpMethod method, FacebookDelegate callback = null, string>.Dictionary formData = null ) : void
query string
method HttpMethod
callback FacebookDelegate
formData string>.Dictionary
리턴 void

API() 공개 정적인 메소드

public static API ( string query, HttpMethod method, FacebookDelegate callback, WWWForm formData ) : void
query string
method HttpMethod
callback FacebookDelegate
formData WWWForm
리턴 void

AppRequest() 공개 정적인 메소드

public static AppRequest ( string message, string to = null, string filters = "", string excludeIds = null, int maxRecipients = null, string data = "", string title = "", FacebookDelegate callback = null ) : void
message string
to string
filters string
excludeIds string
maxRecipients int
data string
title string
callback FacebookDelegate
리턴 void

Feed() 공개 정적인 메소드

public static Feed ( string toId = "", string link = "", string linkName = "", string linkCaption = "", string linkDescription = "", string picture = "", string mediaSource = "", string actionName = "", string actionLink = "", string reference = "", string[]>.Dictionary properties = null, FacebookDelegate callback = null ) : void
toId string
link string
linkName string
linkCaption string
linkDescription string
picture string
mediaSource string
actionName string
actionLink string
reference string
properties string[]>.Dictionary
callback FacebookDelegate
리턴 void

GetDeepLink() 공개 정적인 메소드

public static GetDeepLink ( FacebookDelegate callback ) : void
callback FacebookDelegate
리턴 void

Init() 공개 정적인 메소드

public static Init ( InitDelegate onInitComplete, HideUnityDelegate onHideUnity = null, string authResponse = null ) : void
onInitComplete InitDelegate
onHideUnity HideUnityDelegate
authResponse string
리턴 void

Init() 공개 정적인 메소드

public static Init ( InitDelegate onInitComplete, string appId, bool cookie = true, bool logging = true, bool status = true, bool xfbml = false, bool frictionlessRequests = true, HideUnityDelegate onHideUnity = null, string authResponse = null ) : void
onInitComplete InitDelegate
appId string
cookie bool
logging bool
status bool
xfbml bool
frictionlessRequests bool
onHideUnity HideUnityDelegate
authResponse string
리턴 void

Login() 공개 정적인 메소드

public static Login ( string scope = "", FacebookDelegate callback = null ) : void
scope string
callback FacebookDelegate
리턴 void

Logout() 공개 정적인 메소드

public static Logout ( ) : void
리턴 void

PublishInstall() 공개 정적인 메소드

public static PublishInstall ( FacebookDelegate callback = null ) : void
callback FacebookDelegate
리턴 void

프로퍼티 상세

OnHideUnity 공개적으로 정적으로 프로퍼티

public static HideUnityDelegate OnHideUnity
리턴 HideUnityDelegate

OnInitComplete 공개적으로 정적으로 프로퍼티

public static InitDelegate OnInitComplete
리턴 InitDelegate