C# Class TapIt_Win8.AdPromptView

Inheritance: AdViewBase
显示文件 Open project: tapit/TapIt-Windows-SDK Class Usage Examples

Public Methods

Method Description
AdPromptView ( ) : System
Load ( bool bRaiseError = true ) : Task

Protected Methods

Method Description
SetAdSize ( int height, int width ) : void

Private Methods

Method Description
CancleCommandInvokedHandler ( IUICommand command ) : void
OkCommandInvokedHandler ( IUICommand command ) : void
ShowAdPrompt ( ) : void

Method Details

AdPromptView() public method

public AdPromptView ( ) : System
return System

Load() public method

public Load ( bool bRaiseError = true ) : Task
bRaiseError bool
return Task

SetAdSize() protected method

protected SetAdSize ( int height, int width ) : void
height int
width int
return void