Rating App
To use this feature, we need to add new library in dependencies of build.grade (Module.app)
dependencies {
…
implementation "com.google.android.play:review:2.0.1" // <--- Rating App ---
…
}
Method:
public void DisplayReview()
Example:
DzoSDK.*GetInstance*().DisplayReview();