to top
Datalogic APIs
Added in revision 47
public static interface

PoseManager.GravityVectorRetrievalListener

com.datalogic.device.configuration.PoseManager.GravityVectorRetrievalListener

Class Overview

Listener interface used to retrieve a gravity vector asynchronously from the Pose Manager. Implementations of this interface are passed to the method retrieveGravityVector(GravityVectorRetrievalListener).

Summary

Public Methods
abstract void onGravityVectorRetrieved(PoseManager.GravityVector gravityVector)
Method called when the Pose Manager has completed the task of retrieving a gravity vector.

Public Methods

public abstract void onGravityVectorRetrieved (PoseManager.GravityVector gravityVector)

Added in revision 47

Method called when the Pose Manager has completed the task of retrieving a gravity vector.

Parameters
gravityVector The gravity vector that has been retrieved, or INVALID in case of failure during the procedure.