Function useDevicePosture

  • Returns {
        cleanup: () => void;
        startListening: () => boolean;
        stopListening: () => void;
        get state(): DevicePostureState;
        subscribe(callback: (state: DevicePostureState) => void): () => boolean;
    }