CloudSpatialAnchorWatcher Class

  • java.lang.Object
    • com.microsoft.azure.spatialanchors.CloudSpatialAnchorWatcher

public class CloudSpatialAnchorWatcher

Use this class to control an object that watches for spatial anchors.

Method Summary

Modifier and Type Method and Description
void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

int getIdentifier()

Distinct identifier for the watcher within its session.

void stop()

Stops further activity from this watcher.

Method Details

finalize

protected void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

getIdentifier

public int getIdentifier()

Distinct identifier for the watcher within its session.

stop

public void stop()

Stops further activity from this watcher.

Applies to