This version contains the following enhancements:
1. Touch ID can bind with multiple usernames
2. A new operation "DeregisterTouchID" added to remove username from Touch ID
Code example:
Code: Select all
LRNG_Using('/RunOperation');
LRNG_SetProperty('Type' : 'DeregisterTouchID');
LRNG_SetProperty('Username' : USERNAME);
LRNG_EndUsing();
3. A new property "AllowZoom" added to allow form zooming
Code example:
Code: Select all
LRNG_SetProperty('/Form.AllowZoom' : 'True');