public class
HostCloudAnchorFuture
Handle to an async operation launched by Session.hostCloudAnchorAsync(Anchor, int, BiConsumer)
. See the Cloud Anchors
developer guide for more information.
Public Methods
boolean
|
cancel()
Tries to cancel the execution of this operation.
|
String
|
getResultCloudAnchorId()
Returns the Cloud Anchor ID of the hosted anchor.
|
Anchor.CloudAnchorState
|
getResultCloudAnchorState()
Returns the result status of the hosting operation, when
Future.getState() returns
FutureState.DONE . |
FutureState
|
getState()
Get the current state of the future.
|