ResolveCloudAnchorFuture

public class ResolveCloudAnchorFuture

Handle to an async operation launched by Session.resolveCloudAnchorAsync(String, BiConsumer). See the Cloud Anchors developer guide for more information.

Public Methods

boolean
cancel()
Tries to cancel the execution of this operation.
Anchor
Anchor.CloudAnchorState
getResultCloudAnchorState()
Returns the result status of the resolving operation, when Future.getState() returns FutureState.DONE.
FutureState
getState()
Get the current state of the future.

Inherited Methods

Public Methods