Packagecom.distriqt.extension.applicationrater
Interfacepublic interface Review extends flash.events.IEventDispatcher

Access to In-App Reviews



Public Properties
 PropertyDefined By
  isSupported : Boolean
[read-only]
Review
Public Methods
 MethodDefined By
  
requestReview():Boolean
Attempts to ask the user to rate or review your app, if appropriate.
Review
Property Detail
isSupportedproperty
isSupported:Boolean  [read-only]


Implementation
    public function get isSupported():Boolean
Method Detail
requestReview()method
public function requestReview():Boolean

Attempts to ask the user to rate or review your app, if appropriate.

Although you should call this method when it makes sense in the user experience flow of your app, the actual display of a rating/review request view is governed by App Store policy. Because this method may or may not present an alert, it's not appropriate to call it in response to a button tap or other user action.

Note When you call this method while your app is still in development mode, a rating/review request view is always displayed so that you can test the user interface and experience. However, this method has no effect when you call it in an app that you distribute using TestFlight.

The system automatically limits the display of the prompt to three occurrences per app within a 365-day period.

Returns
Booleantrue if review is supported and false if not