Stay organized with collections
Save and categorize content based on your preferences.
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
complete
public abstract void complete ()
Tells CarRemoteAccessManager
that the remote task client finalized the pending
remoate tasks.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-17 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-17 UTC."],[],[],null,["# CarRemoteAccessManager.CompletableRemoteTaskFuture\n==================================================\n\n\n`\npublic\nstatic\n\n\ninterface\nCarRemoteAccessManager.CompletableRemoteTaskFuture\n`\n\n\n`\n\n\n`\n\n|-----------------------------------------------------------------------------|\n| android.car.remoteaccess.CarRemoteAccessManager.CompletableRemoteTaskFuture |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nAn interface passed from [RemoteTaskClientCallback](/reference/android/car/remoteaccess/CarRemoteAccessManager.RemoteTaskClientCallback).\n\nThe remote task client uses this interface to tell [CarRemoteAccessManager](/reference/android/car/remoteaccess/CarRemoteAccessManager) that it\nfinalized the pending remote tasks.\n\nSummary\n-------\n\n| ### Public methods ||\n|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` abstract void` | ` `[complete](/reference/android/car/remoteaccess/CarRemoteAccessManager.CompletableRemoteTaskFuture#complete())`() ` Tells [CarRemoteAccessManager](/reference/android/car/remoteaccess/CarRemoteAccessManager) that the remote task client finalized the pending remoate tasks. |\n\nPublic methods\n--------------\n\n### complete\n\n```\npublic abstract void complete ()\n```\n\nTells [CarRemoteAccessManager](/reference/android/car/remoteaccess/CarRemoteAccessManager) that the remote task client finalized the pending\nremoate tasks.\n\n\u003cbr /\u003e"]]