FirebaseAIOnDeviceNotAvailableException

@PublicPreviewAPI
public final class FirebaseAIOnDeviceNotAvailableException extends FirebaseAIException


An operation has been requested, but device doesn't support local models, or they are not available.

Prefer using the corresponding isAvailable() method on the model to check the status before trying to use it.

Summary

Public constructors

FirebaseAIOnDeviceNotAvailableException

public FirebaseAIOnDeviceNotAvailableException(
    @NonNull FirebaseAIOnDeviceNotAvailableException cause
)