inAppUpdatePriority property

int? inAppUpdatePriority
final

In-app update priority level for new APKs.

Sets the priority level for in-app updates for all newly added APKs in the release. Higher values indicate more urgent updates. Valid range: 0-5, where:

  • 0 = Default priority (no special handling)
  • 5 = Highest priority (immediate update recommendation)

Implementation

final int? inAppUpdatePriority;