productSetBehavior property

String? productSetBehavior
getter/setter pair

The interpretation of this product set.

"unknown" should never be sent and is ignored if received. "whitelist" means that the user is entitled to access the product set. "includeAll" means that all products are accessible, including products that are approved, products with revoked approval, and products that have never been approved. "allApproved" means that the user is entitled to access all products that are approved for the enterprise. If the value is "allApproved" or "includeAll", the productId field is ignored. If no value is provided, it is interpreted as "whitelist" for backwards compatibility. Further "allApproved" or "includeAll" does not enable automatic visibility of "alpha" or "beta" tracks for Android app. Use ProductVisibility to enable "alpha" or "beta" tracks per user. Possible string values are:

  • "unknown" : This value should never be sent and ignored if received.
  • "whitelist" : This product set constitutes a whitelist.
  • "includeAll" : This product set represents all products. For Android app it represents only "production" track. (The value of the productId field is therefore ignored).
  • "allApproved" : This product set represents all approved products. For Android app it represents only "production" track. (The value of the product_id field is therefore ignored).

Implementation

core.String? productSetBehavior;