Class RateMyApp
The RateMyApp class provides an unique way to prompt user to review the app.
Inheritance
System.Object
RateMyApp
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public class RateMyApp : SingletonBehaviour<RateMyApp>
Methods
AskForReviewNow()
Immediately prompts user to review. This method ignores IRateMyAppValidator conditions to be satisfied.
Declaration
public static void AskForReviewNow()
OnSingletonAwake()
Declaration
protected override void OnSingletonAwake()