userFacingType property

String? userFacingType
getter/setter pair

Whether the app is user facing. Possible string values are:

  • "USER_FACING_TYPE_UNSPECIFIED" : App user facing type is unspecified.
  • "NOT_USER_FACING" : App is not user facing.
  • "USER_FACING" : App is user facing.

Implementation

core.String? userFacingType;