C# 클래스 Adfonic.MainScreen

상속: Screen
파일 보기 프로젝트 열기: Syderis/CellSDK-Tutorials

공개 메소드들

메소드 설명
BackButtonPressed ( ) : void

Pops this screen returning to the previous one, or exiting the app if there is no more left. This method is called when the hardware back button is pressed (only Windows Phone & Android)

Initialize ( ) : void

Sets the screen up (UI components, multimedia content, etc.)

비공개 메소드들

메소드 설명
bannerAdfonnic_EventClick ( object sender ) : void

메소드 상세

BackButtonPressed() 공개 메소드

Pops this screen returning to the previous one, or exiting the app if there is no more left. This method is called when the hardware back button is pressed (only Windows Phone & Android)
public BackButtonPressed ( ) : void
리턴 void

Initialize() 공개 메소드

Sets the screen up (UI components, multimedia content, etc.)
public Initialize ( ) : void
리턴 void