C# Class ClanceysLib.AppRater

Show file Open project: Clancey/ClanceyLib

Public Properties

Property Type Description
DaysInstalledCountNeeded int
RunCountNeeded int

Private Properties

Property Type Description
ResetWarningIndicators void
ShouldRate bool
TryToRate void

Public Methods

Method Description
AppLaunched ( string appId ) : void
DidSomethingSignificant ( ) : void
Rate ( ) : void

Private Methods

Method Description
ResetWarningIndicators ( ) : void
ShouldRate ( ) : bool
TryToRate ( ) : void

Method Details

AppLaunched() public static method

public static AppLaunched ( string appId ) : void
appId string
return void

DidSomethingSignificant() public static method

public static DidSomethingSignificant ( ) : void
return void

Rate() public static method

public static Rate ( ) : void
return void

Property Details

DaysInstalledCountNeeded public static property

public static int DaysInstalledCountNeeded
return int

RunCountNeeded public static property

public static int RunCountNeeded
return int