Develop Secure Code
AppReviewService Data Types
getAppReviewService()
isAvailable()
requestAppReview()
getAppReviewService()Use this factory function to get an instance of AppReviewService.
1import { getAppReviewService } from 'lightning/mobileCapabilities';
2getAppReviewService(): AppReviewServiceNone
An instance of AppReviewService.
There are no parameters or options when creating an instance. Use the instance to perform app review-related operations.
See Also