We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3416a7 commit 33bee16Copy full SHA for 33bee16
lib/src/modules/instabug.dart
@@ -413,7 +413,11 @@ class Instabug {
413
return _host.setCustomBrandingImage(lightKey.name, darkKey.name);
414
}
415
416
- /// This API has to be call when using custom app rating prompt
+ /// Allows detection of app review sessions which are submitted through custom prompts.
417
+ ///
418
+ /// Use this when utilizing a custom app rating prompt. It should be called
419
+ /// once the user clicks on the Call to Action (CTA) that redirects them to the app store.
420
+ /// Helps track session data for insights on user interactions during review submission.
421
static Future<void> willRedirectToStore() async {
422
return _host.willRedirectToStore();
423
0 commit comments