C# Class TapIt_Win8.AdPromptView

Inheritance: AdViewBase
Afficher le fichier Open project: tapit/TapIt-Windows-SDK Class Usage Examples

Méthodes publiques

Méthode Description
AdPromptView ( ) : System
Load ( bool bRaiseError = true ) : Task

Méthodes protégées

Méthode Description
SetAdSize ( int height, int width ) : void

Private Methods

Méthode Description
CancleCommandInvokedHandler ( IUICommand command ) : void
OkCommandInvokedHandler ( IUICommand command ) : void
ShowAdPrompt ( ) : void

Method Details

AdPromptView() public méthode

public AdPromptView ( ) : System
Résultat System

Load() public méthode

public Load ( bool bRaiseError = true ) : Task
bRaiseError bool
Résultat Task

SetAdSize() protected méthode

protected SetAdSize ( int height, int width ) : void
height int
width int
Résultat void