@rolster/capacitor-app-review
TypeScript icon, indicating that this package has built-in type declarations

5.0.4 • Public • Published

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);
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @rolster/capacitor-app-review

Weekly Downloads

0

Version

5.0.4

License

MIT

Unpacked Size

268 kB

Total Files

69

Last publish

Collaborators

  • rolster