open Incident Reporting Web Page
Opens the incident reporting web page in the device's default browser.
Drivers can use this web page to report incidents encountered while driving. The web page requires access to camera, microphone, speech transcription, and location. This API opens the page in the default browser so the user can grant these permissions to the browser, not the app. If no default browser is available, an IntentChooser will be presented to the user to select a browser.
If your app already has the required permissions, you may open the page in an in-app browser. To do so, use getIncidentReportingURL to retrieve the URL and open it within your app.
Parameters
Application context
Callback invoked on completion. If successful, the error is null. If there is an error, it will contain a valid FairmaticErrorCode.
Note: This method opens the incident reporting page in the default browser, allowing the user to grant permissions to the browser. Ensure the SDK is set up using setup before calling this method.