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.

Deprecation Notice: The Kotlin extensions (KTX) APIs have been added to their respective main modules, and the Kotlin extension (KTX) APIs in com.google.firebase:firebase-appdistribution-api-ktx are now deprecated. As early as April 2024, we'll no longer release KTX modules. 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.

Deprecation Notice: The Kotlin extensions (KTX) APIs have been added to their respective main modules, and the Kotlin extension (KTX) APIs in com.google.firebase:firebase-appdistribution-api-ktx are now deprecated. As early as April 2024, we'll no longer release KTX modules. 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.

Deprecation Notice: The Kotlin extensions (KTX) APIs have been added to their respective main modules, and the Kotlin extension (KTX) APIs in com.google.firebase:firebase-appdistribution-api-ktx are now deprecated. As early as April 2024, we'll no longer release KTX modules. 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.

Deprecation Notice: The Kotlin extensions (KTX) APIs have been added to their respective main modules, and the Kotlin extension (KTX) APIs in com.google.firebase:firebase-appdistribution-api-ktx are now deprecated. As early as April 2024, we'll no longer release KTX modules. 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.

Deprecation Notice: The Kotlin extensions (KTX) APIs have been added to their respective main modules, and the Kotlin extension (KTX) APIs in com.google.firebase:firebase-appdistribution-api-ktx are now deprecated. As early as April 2024, we'll no longer release KTX modules. 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.

Deprecation Notice: The Kotlin extensions (KTX) APIs have been added to their respective main modules, and the Kotlin extension (KTX) APIs in com.google.firebase:firebase-appdistribution-api-ktx are now deprecated. As early as April 2024, we'll no longer release KTX modules. 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.

Deprecation Notice: The Kotlin extensions (KTX) APIs have been added to their respective main modules, and the Kotlin extension (KTX) APIs in com.google.firebase:firebase-appdistribution-api-ktx are now deprecated. As early as April 2024, we'll no longer release KTX modules. 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.

Deprecation Notice: The Kotlin extensions (KTX) APIs have been added to their respective main modules, and the Kotlin extension (KTX) APIs in com.google.firebase:firebase-appdistribution-api-ktx are now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the FAQ about this initiative.

Returns
String

the releaseNotes of the AppDistributionRelease