result property

String? result
getter/setter pair

The result from accepting the invite link Possible string values are:

  • "RESULT_UNSPECIFIED" : Default result. Unused.
  • "READY_TO_TEST" : An invitation emails was sent to the tester.
  • "AWAITING_RELEASE" : There is not yet an eligible release for this invite link, so no invitation was created
  • "TESTER_LIMIT_REACHED" : The app has reached tester limit for group or project
  • "INVALID_EMAIL" : Invalid email

Implementation

core.String? result;