feedbackContract

Contract that launches the Share Feedback screen. The result is:

  • true — the user submitted feedback. Note: submission is fire-and-forget, so true does not mean the network POST succeeded — only that the user tapped submit.

  • false — the user cancelled without submitting.

Register from a ComponentActivity's onCreate before it moves past CREATED.