6.0.4 • Published 10 months ago

@rolster/capacitor-app-review v6.0.4

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

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());
6.0.4

10 months ago

6.0.3

10 months ago

6.0.2

11 months ago

6.0.1

11 months ago

6.0.0

11 months ago

5.1.1

1 year ago

5.1.0

1 year ago

5.0.4

2 years ago

5.0.3

2 years ago

5.0.2

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago