C# 클래스 TapIt_Win8.AdPromptView

상속: AdViewBase
파일 보기 프로젝트 열기: tapit/TapIt-Windows-SDK 1 사용 예제들

공개 메소드들

메소드 설명
AdPromptView ( ) : System
Load ( bool bRaiseError = true ) : Task

보호된 메소드들

메소드 설명
SetAdSize ( int height, int width ) : void

비공개 메소드들

메소드 설명
CancleCommandInvokedHandler ( IUICommand command ) : void
OkCommandInvokedHandler ( IUICommand command ) : void
ShowAdPrompt ( ) : void

메소드 상세

AdPromptView() 공개 메소드

public AdPromptView ( ) : System
리턴 System

Load() 공개 메소드

public Load ( bool bRaiseError = true ) : Task
bRaiseError bool
리턴 Task

SetAdSize() 보호된 메소드

protected SetAdSize ( int height, int width ) : void
height int
width int
리턴 void