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

5.1.0 • 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

Supported platforms

Android configuration

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

import com.rolster.capacitor.review.AppReviewPlugin;

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

    super.onCreate(savedInstanceState);
  }
}

Implementation

Launches in-app review dialog.

import { AppReview } from '@rolster/capacitor-app-review';

AppReview.request();
// request dialog and provide fallback
AppReview.request().catch(() => AppReview.openStoreScreen());

Readme

Keywords

Package Sidebar

Install

npm i @rolster/capacitor-app-review

Weekly Downloads

4

Version

5.1.0

License

MIT

Unpacked Size

269 kB

Total Files

70

Last publish

Collaborators

  • rolster