CapabilityApi.GetCapabilityResult

  • CapabilityApi.GetCapabilityResult is deprecated and you should use CapabilityClient.getCapability(String, int) instead.

  • This interface represents the result returned from CapabilityApi.getCapability(GoogleApiClient, String, int).

  • It provides access to the CapabilityInfo through the getCapability() method.

  • It inherits the getStatus() method from the Result interface for checking the operation's status.

public static interface CapabilityApi.GetCapabilityResult implements Result

Public Method Summary

abstract CapabilityInfo

Inherited Method Summary

Public Methods

public abstract CapabilityInfo getCapability ()