getAppReviewService()

Use this factory function to get an instance of AppReviewService.

Syntax 

1import { getAppReviewService } from 'lightning/mobileCapabilities';
2getAppReviewService(): AppReviewService

Parameters 

None

Returns 

An instance of AppReviewService.

Usage 

There are no parameters or options when creating an instance. Use the instance to perform app review-related operations.

See Also