Свойство | Тип | Описание | |
---|---|---|---|
CallFB | void | ||
FromTimestamp | System.DateTime | ||
IsErrorResponse | bool | ||
ToStringDict | string>.Dictionary |
Метод | Описание | |
---|---|---|
AppEventsLogEvent ( string logEvent, float valueToSum = null, object>.Dictionary |
||
AppEventsLogPurchase ( float logPurchase, string currency = "USD", object>.Dictionary |
||
AppRequest ( string message, string to = null, string filters = "", string excludeIds = null, int maxRecipients = null, string data = "", string title = "", FacebookDelegate callback = null ) : void | ||
FeedRequest ( string toId = "", string link = "", string linkName = "", string linkCaption = "", string linkDescription = "", string picture = "", string mediaSource = "", string actionName = "", string actionLink = "", string reference = "", string[]>.Dictionary |
||
GetDeepLink ( FacebookDelegate callback ) : void | ||
Init ( InitDelegate onInitComplete, string appId, bool cookie = false, bool logging = true, bool status = true, bool xfbml = false, string channelUrl = "", string authResponse = null, bool frictionlessRequests = false, HideUnityDelegate hideUnityDelegate = null ) : void | ||
Login ( string scope = "", FacebookDelegate callback = null ) : void | ||
Logout ( ) : void | ||
OnAccessTokenRefresh ( string message ) : void | ||
OnAppRequestsComplete ( string message ) : void | ||
OnFeedRequestComplete ( string message ) : void | ||
OnGetDeepLinkComplete ( string message ) : void | ||
OnInitComplete ( string message ) : void | ||
OnLoginComplete ( string message ) : void | ||
OnLogoutComplete ( string message ) : void | ||
OnPublishInstallComplete ( string message ) : void | ||
Pay ( string product, string action = "purchaseitem", int quantity = 1, int quantityMin = null, int quantityMax = null, string requestId = null, string pricepointId = null, string testCurrency = null, FacebookDelegate callback = null ) : void | ||
PublishInstall ( string appId, FacebookDelegate callback = null ) : void |
Метод | Описание | |
---|---|---|
OnAwake ( ) : void |
Метод | Описание | |
---|---|---|
CallFB ( string method, string args ) : void | ||
FromTimestamp ( int timestamp ) : System.DateTime | ||
IsErrorResponse ( string response ) : bool | ||
ToStringDict ( object>.Dictionary |
public AppEventsLogEvent ( string logEvent, float valueToSum = null, object>.Dictionary |
||
logEvent | string | |
valueToSum | float | |
parameters | object>.Dictionary | |
Результат | void |
public AppEventsLogPurchase ( float logPurchase, string currency = "USD", object>.Dictionary |
||
logPurchase | float | |
currency | string | |
parameters | object>.Dictionary | |
Результат | void |
public 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 |
public FeedRequest ( string toId = "", string link = "", string linkName = "", string linkCaption = "", string linkDescription = "", string picture = "", string mediaSource = "", string actionName = "", string actionLink = "", string reference = "", string[]>.Dictionary |
||
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 |
public GetDeepLink ( FacebookDelegate callback ) : void | ||
callback | FacebookDelegate | |
Результат | void |
public Init ( InitDelegate onInitComplete, string appId, bool cookie = false, bool logging = true, bool status = true, bool xfbml = false, string channelUrl = "", string authResponse = null, bool frictionlessRequests = false, HideUnityDelegate hideUnityDelegate = null ) : void | ||
onInitComplete | InitDelegate | |
appId | string | |
cookie | bool | |
logging | bool | |
status | bool | |
xfbml | bool | |
channelUrl | string | |
authResponse | string | |
frictionlessRequests | bool | |
hideUnityDelegate | HideUnityDelegate | |
Результат | void |
public Login ( string scope = "", FacebookDelegate callback = null ) : void | ||
scope | string | |
callback | FacebookDelegate | |
Результат | void |
public OnAccessTokenRefresh ( string message ) : void | ||
message | string | |
Результат | void |
public OnAppRequestsComplete ( string message ) : void | ||
message | string | |
Результат | void |
public OnFeedRequestComplete ( string message ) : void | ||
message | string | |
Результат | void |
public OnGetDeepLinkComplete ( string message ) : void | ||
message | string | |
Результат | void |
public OnInitComplete ( string message ) : void | ||
message | string | |
Результат | void |
public OnLoginComplete ( string message ) : void | ||
message | string | |
Результат | void |
public OnLogoutComplete ( string message ) : void | ||
message | string | |
Результат | void |
public OnPublishInstallComplete ( string message ) : void | ||
message | string | |
Результат | void |
public Pay ( string product, string action = "purchaseitem", int quantity = 1, int quantityMin = null, int quantityMax = null, string requestId = null, string pricepointId = null, string testCurrency = null, FacebookDelegate callback = null ) : void | ||
product | string | |
action | string | |
quantity | int | |
quantityMin | int | |
quantityMax | int | |
requestId | string | |
pricepointId | string | |
testCurrency | string | |
callback | FacebookDelegate | |
Результат | void |
public PublishInstall ( string appId, FacebookDelegate callback = null ) : void | ||
appId | string | |
callback | FacebookDelegate | |
Результат | void |