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

6.0.4 • Public • Published

Rolster Capacitor AppReview

Use plugin for manage contact list of Device.

Installation

Package only supports Capacitor 6

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.openStore());

Dependencies (0)

    Dev Dependencies (10)

    Package Sidebar

    Install

    npm i @rolster/capacitor-app-review

    Weekly Downloads

    15

    Version

    6.0.4

    License

    MIT

    Unpacked Size

    21.7 kB

    Total Files

    28

    Last publish

    Collaborators

    • rolster