AppUpdateManager

In-app update. Android: Play-Core AppUpdateManager (gms) / no-op (noGms). iOS: iTunes Lookup API version compare. Typically Activity/UIViewController-scoped on Android via AppUpdateManagerFactory — the gms-specific impl is app-side, not part of this module (see AppUpdateManagerFactory doc).

Inheritors

Functions

Link copied to clipboard
abstract suspend fun checkForUpdate(config: UpdateConfig): UpdateAvailability
Link copied to clipboard
abstract suspend fun completeFlexibleUpdate()
Link copied to clipboard
abstract fun startUpdate(mode: UpdateMode)