FirebaseAppDistributionKt

public final class FirebaseAppDistributionKt


Summary

Public fields

final @NonNull FirebaseAppDistribution

Accessing this object for Kotlin apps has changed; see the migration guide.

Public methods

static final @NonNull BinaryType

This method is deprecated. Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.

static final long

This method is deprecated. Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.

static final @NonNull String

This method is deprecated. Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.

static final long

This method is deprecated. Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.

static final long

This method is deprecated. Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.

static final @NonNull UpdateStatus

This method is deprecated. Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.

static final String

This method is deprecated. Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.

Public fields

appDistribution

public final @NonNull FirebaseAppDistribution appDistribution

Accessing this object for Kotlin apps has changed; see the migration guide.

Returns the FirebaseAppDistribution instance of the default FirebaseApp.

Important: In July 2025, we stopped releasing KTX modules and removed the KTX libraries from the Firebase Android BoM (v34.0.0). If you use KTX APIs from the KTX modules, we recommend that you migrate your app to use KTX APIs from the main modules instead. For details, see the FAQ about this initiative.

Public methods

FirebaseAppDistributionKt.component1

public static final @NonNull BinaryType FirebaseAppDistributionKt.component1(
    @NonNull AppDistributionRelease receiver
)

Destructuring declaration for AppDistributionRelease to provide binaryType.

Important: In July 2025, we stopped releasing KTX modules and removed the KTX libraries from the Firebase Android BoM (v34.0.0). If you use KTX APIs from the KTX modules, we recommend that you migrate your app to use KTX APIs from the main modules instead. For details, see the FAQ about this initiative.

Returns
@NonNull BinaryType

the binaryType of the AppDistributionRelease

FirebaseAppDistributionKt.component1

public static final long FirebaseAppDistributionKt.component1(@NonNull UpdateProgress receiver)

Destructuring declaration for UpdateProgress to provide apkBytesDownloaded.

Important: In July 2025, we stopped releasing KTX modules and removed the KTX libraries from the Firebase Android BoM (v34.0.0). If you use KTX APIs from the KTX modules, we recommend that you migrate your app to use KTX APIs from the main modules instead. For details, see the FAQ about this initiative.

Returns
long

the apkBytesDownloaded of the UpdateProgress

FirebaseAppDistributionKt.component2

public static final @NonNull String FirebaseAppDistributionKt.component2(
    @NonNull AppDistributionRelease receiver
)

Destructuring declaration for AppDistributionRelease to provide displayVersion.

Important: In July 2025, we stopped releasing KTX modules and removed the KTX libraries from the Firebase Android BoM (v34.0.0). If you use KTX APIs from the KTX modules, we recommend that you migrate your app to use KTX APIs from the main modules instead. For details, see the FAQ about this initiative.

Returns
@NonNull String

the displayVersion of the AppDistributionRelease

FirebaseAppDistributionKt.component2

public static final long FirebaseAppDistributionKt.component2(@NonNull UpdateProgress receiver)

Destructuring declaration for UpdateProgress to provide apkFileTotalBytes.

Important: In July 2025, we stopped releasing KTX modules and removed the KTX libraries from the Firebase Android BoM (v34.0.0). If you use KTX APIs from the KTX modules, we recommend that you migrate your app to use KTX APIs from the main modules instead. For details, see the FAQ about this initiative.

Returns
long

the apkFileTotalBytes of the UpdateProgress

FirebaseAppDistributionKt.component3

public static final long FirebaseAppDistributionKt.component3(
    @NonNull AppDistributionRelease receiver
)

Destructuring declaration for AppDistributionRelease to provide versionCode.

Important: In July 2025, we stopped releasing KTX modules and removed the KTX libraries from the Firebase Android BoM (v34.0.0). If you use KTX APIs from the KTX modules, we recommend that you migrate your app to use KTX APIs from the main modules instead. For details, see the FAQ about this initiative.

Returns
long

the versionCode of the AppDistributionRelease

FirebaseAppDistributionKt.component3

public static final @NonNull UpdateStatus FirebaseAppDistributionKt.component3(@NonNull UpdateProgress receiver)

Destructuring declaration for UpdateProgress to provide updateStatus.

Important: In July 2025, we stopped releasing KTX modules and removed the KTX libraries from the Firebase Android BoM (v34.0.0). If you use KTX APIs from the KTX modules, we recommend that you migrate your app to use KTX APIs from the main modules instead. For details, see the FAQ about this initiative.

Returns
@NonNull UpdateStatus

the updateStatus of the UpdateProgress

FirebaseAppDistributionKt.component4

public static final String FirebaseAppDistributionKt.component4(
    @NonNull AppDistributionRelease receiver
)

Destructuring declaration for AppDistributionRelease to provide releaseNotes.

Important: In July 2025, we stopped releasing KTX modules and removed the KTX libraries from the Firebase Android BoM (v34.0.0). If you use KTX APIs from the KTX modules, we recommend that you migrate your app to use KTX APIs from the main modules instead. For details, see the FAQ about this initiative.

Returns
String

the releaseNotes of the AppDistributionRelease