resetLockTimeout

Resets the lock timeout effectively extending the timeout period from now.

If vault is locked, a DataVaultException is thrown with the reason kDataVaultExceptionReasonLocked

Syntax

(void)resetLockTimeout;

Parameters

None.

Returns

None.

Examples