Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
ConnectedToNetwork ( ) : bool | ||
HideRatingAlert ( ) : void | ||
IncrementAndRate ( NSNumber _canPromptForRating ) : void | ||
IncrementSignificantEventAndRate ( NSNumber _canPromptForRating ) : void | ||
IncrementSignificantEventCount ( ) : void | ||
IncrementUseCount ( ) : void | ||
OnAppWillResignActive ( NSNotification n ) : void | ||
RatingConditionsHaveBeenMet ( ) : bool | ||
ShowRatingAlert ( ) : void |
public AppEnteredForeground ( bool canPromptForRating ) : void | ||
canPromptForRating | bool | |
return | void |
public AppLaunched ( bool canPromptForRating ) : void | ||
canPromptForRating | bool | |
return | void |
public Appirater ( AppiraterSettings, settings ) : System | ||
settings | AppiraterSettings, | |
return | System |
public Appirater ( int appId, bool debug ) : System | ||
appId | int | |
debug | bool | |
return | System |
public HandleClick ( int buttonIndex ) : void | ||
buttonIndex | int | |
return | void |
public UserDidSignificantEvent ( bool canPromptForRating ) : void | ||
canPromptForRating | bool | |
return | void |