appVendor property

String? appVendor
getter/setter pair

The vendor of the app.

This field should not be empty when creating a new third party app analytics link. It is unable to be modified after the creation of the link.

Immutable. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "APPLE_APP_STORE" : Mobile app vendor for Apple app store.
  • "GOOGLE_APP_STORE" : Mobile app vendor for Google app store.

Implementation

core.String? appVendor;