5.0.4 • Published 7 months ago

@rolster/capacitor-app-review v5.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Rolster Capacitor AppReview

Use plugin for manage contact list of Device.

Installation

Package only supports Capacitor 5

npm i @rolster/capacitor-app-review

Android Config

And register the plugin by adding it to you MainActivity's onCreate:

import com.rolster.capacitor.appreview.AppReview;

public class MainActivity extends BridgeActivity {
  @Override
  public void onCreate(Bundle savedInstanceState) {
    registerPlugin(AppReview.class);
    // Others register plugins

    super.onCreate(savedInstanceState);
  }
}
5.0.4

7 months ago

5.0.3

7 months ago

5.0.2

7 months ago

5.0.1

7 months ago

5.0.0

7 months ago