CapabilityApi.RemoveLocalCapabilityResult
Inherited Method Summary
From interface com.google.android.gms.common.api.Result
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["`CapabilityApi.RemoveLocalCapabilityResult` is deprecated and you should use `CapabilityClient.removeLocalCapability(String)` instead."],["It represents the result of removing a local capability, previously accessed via `CapabilityApi.removeLocalCapability(GoogleApiClient, String)`."],["The result includes a `Status` object, accessible through `getStatus()`, indicating the success or failure of the operation."]]],["The `CapabilityApi.RemoveLocalCapabilityResult` interface is deprecated and should be replaced with `CapabilityClient.removeLocalCapability(String)`. It was previously used to return results from `CapabilityApi.removeLocalCapability(GoogleApiClient, String)`. The interface inherits the `getStatus()` method from the `com.google.android.gms.common.api.Result` interface, which is used to get a status report.\n"]]