Added in API level 34
CarRemoteAccessManager.CompletableRemoteTaskFuture
public
static
interface
CarRemoteAccessManager.CompletableRemoteTaskFuture
android.car.remoteaccess.CarRemoteAccessManager.CompletableRemoteTaskFuture |
An interface passed from RemoteTaskClientCallback
.
The remote task client uses this interface to tell CarRemoteAccessManager
that it
finalized the pending remote tasks.
Summary
Public methods | |
---|---|
abstract
void
|
complete()
Tells |
Public methods
complete
Added in API level 34
public abstract void complete ()
Tells CarRemoteAccessManager
that the remote task client finalized the pending
remoate tasks.