C# Class Appirater, Appirater-for-MonoTouch

Inheritance: NSObject
Afficher le fichier Open project: chebum/Appirater-for-MonoTouch Class Usage Examples

Méthodes publiques

Méthode 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

Private Methods

Méthode 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

Method Details

AppEnteredForeground() public méthode

public AppEnteredForeground ( bool canPromptForRating ) : void
canPromptForRating bool
Résultat void

AppLaunched() public méthode

public AppLaunched ( ) : void
Résultat void

AppLaunched() public méthode

public AppLaunched ( bool canPromptForRating ) : void
canPromptForRating bool
Résultat void

Appirater() public méthode

public Appirater ( AppiraterSettings, settings ) : System
settings AppiraterSettings,
Résultat System

Appirater() public méthode

public Appirater ( int appId ) : System
appId int
Résultat System

Appirater() public méthode

public Appirater ( int appId, bool debug ) : System
appId int
debug bool
Résultat System

HandleClick() public méthode

public HandleClick ( int buttonIndex ) : void
buttonIndex int
Résultat void

RateApp() public méthode

public RateApp ( ) : void
Résultat void

Restart() public méthode

public Restart ( ) : void
Résultat void

UserDidSignificantEvent() public méthode

public UserDidSignificantEvent ( bool canPromptForRating ) : void
canPromptForRating bool
Résultat void