C# 클래스 Appirater, Appirater-for-MonoTouch

상속: NSObject
파일 보기 프로젝트 열기: chebum/Appirater-for-MonoTouch 1 사용 예제들

공개 메소드들

메소드 설명
AppEnteredForeground ( bool canPromptForRating ) : void
AppLaunched ( ) : void
AppLaunched ( bool canPromptForRating ) : void
Appirater ( AppiraterSettings, settings ) : System
Appirater ( int appId ) : System
Appirater ( int appId, bool debug ) : System
HandleClick ( int buttonIndex ) : void
RateApp ( ) : void
Restart ( ) : void
UserDidSignificantEvent ( bool canPromptForRating ) : void

비공개 메소드들

메소드 설명
ConnectedToNetwork ( ) : bool
HideRatingAlert ( ) : void
IncrementAndRate ( NSNumber _canPromptForRating ) : void
IncrementSignificantEventAndRate ( NSNumber _canPromptForRating ) : void
IncrementSignificantEventCount ( ) : void
IncrementUseCount ( ) : void
OnAppWillResignActive ( NSNotification n ) : void
RatingConditionsHaveBeenMet ( ) : bool
ShowRatingAlert ( ) : void

메소드 상세

AppEnteredForeground() 공개 메소드

public AppEnteredForeground ( bool canPromptForRating ) : void
canPromptForRating bool
리턴 void

AppLaunched() 공개 메소드

public AppLaunched ( ) : void
리턴 void

AppLaunched() 공개 메소드

public AppLaunched ( bool canPromptForRating ) : void
canPromptForRating bool
리턴 void

Appirater() 공개 메소드

public Appirater ( AppiraterSettings, settings ) : System
settings AppiraterSettings,
리턴 System

Appirater() 공개 메소드

public Appirater ( int appId ) : System
appId int
리턴 System

Appirater() 공개 메소드

public Appirater ( int appId, bool debug ) : System
appId int
debug bool
리턴 System

HandleClick() 공개 메소드

public HandleClick ( int buttonIndex ) : void
buttonIndex int
리턴 void

RateApp() 공개 메소드

public RateApp ( ) : void
리턴 void

Restart() 공개 메소드

public Restart ( ) : void
리턴 void

UserDidSignificantEvent() 공개 메소드

public UserDidSignificantEvent ( bool canPromptForRating ) : void
canPromptForRating bool
리턴 void