Method | Description | |
---|---|---|
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 | ||
SetAspectRatio ( int width, int height ) : void | ||
SetResolution ( int width, int height, bool fullscreen, int preferredRefreshRate ) : void |
public static 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 | |
return | void |
public static SetAspectRatio ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public static SetResolution ( int width, int height, bool fullscreen, int preferredRefreshRate ) : void | ||
width | int | |
height | int | |
fullscreen | bool | |
preferredRefreshRate | int | |
return | void |