binaryType property

String? binaryType
getter/setter pair

Type of binary Possible string values are:

  • "BINARY_TYPE_UNSPECIFIED" : Binary type unspecified
  • "IPA" : iOS app store package
  • "APK" : Android application package
  • "AAB" : Android app bundle

Implementation

core.String? binaryType;