com.google.firebase.appdistribution

Interfaces

AppDistributionRelease

The release information returned by checkForNewRelease when a new version is available for the signed in tester.

FirebaseAppDistribution

The Firebase App Distribution API provides methods to update the app to the most recent pre-release build.

OnProgressListener

A listener that is called periodically during execution of the UpdateTask.

UpdateProgress

Represents a progress update or a final state from updating an app.

Classes

FirebaseAppDistributionKt
UpdateTask

Represents an asynchronous operation to update an app.

Enums

BinaryType

Enum of Android app binary types, used in AppDistributionRelease.

FirebaseAppDistributionException.Status

Enum for potential error statuses that caused the FirebaseAppDistributionException.

InterruptionLevel

An enum specifying the level of interruption of a notification when it is created.

UpdateStatus

Enum for possible states during Update, used in UpdateProgress.

Exceptions

FirebaseAppDistributionException

The class for all Exceptions thrown by FirebaseAppDistribution.