Table of Contents

Method StartUpdateAsync

Namespace
Titipi.MocaLib2

StartUpdateAsync()

Starts the update flow decided by the last CheckAsync(). Android: Google Play's in-app flow — flexible (dismissible dialog, background download) for Soft, immediate (blocking full-screen flow) for Force; a successful update restarts the app. If the in-app flow can't run for a forced update, falls back to opening the Play Store listing. iOS: opens StoreUrl — show your own popup first (RequiresConsentUI). Returns false when there is no update to start, the player canceled, or the flow failed.

public static Awaitable<bool> StartUpdateAsync()

Returns

Awaitable<bool>