Property | Type | Description | |
---|---|---|---|
BuyAppCallback | BuyAppCallbackMethod |
Method | Description | |
---|---|---|
BuyInAppItem ( string appID ) : void | ||
Close ( ) : void | ||
Closing ( ) : void | ||
HideCursor ( ) : void | ||
InAppPurchased ( string appID ) : bool | ||
Init ( |
||
Initialize ( |
||
IsTrial ( ) : bool | ||
Load ( string entryPoint ) : void | ||
Pause ( ) : void | ||
Render ( |
||
Resume ( ) : void | ||
Run ( ) : void | ||
SetWindow ( |
||
ShowCursor ( ) : void | ||
Shown ( ) : void | ||
Uninitialize ( ) : void | ||
Update ( |
Method | Description | |
---|---|---|
activated ( |
||
handleEvent ( |
||
resuming ( object sender, object e ) : void | ||
suspending ( object sender, Windows e ) : void | ||
updateFrameSize ( Size2 size, bool isSnapped ) : void | ||
visibilityChanged ( |
public InAppPurchased ( string appID ) : bool | ||
appID | string | |
return | bool |
public Initialize ( |
||
applicationView | ||
return | void |
public SetWindow ( |
||
window | ||
return | void |