Basics
Validating Client
bool valid = Wisej.Hybrid.Device.Valid;Reading Device Information
// determine the power source of the connected hybrid device.
BatteryPowerSource powerSource = Device.Info.Battery.PowerSource;
// determine if this is a "first launch" of the application since installation.
bool isFirstLaunchEver = Device.Info.Versioning.IsFirstLaunchEver;
// determine hybrid client cache directory.
string cacheDirectory = Device.Info.FileSystem.CacheDirectory;// get the type of biometrics supported by the device.
AuthenticationType = Device.Info.Use<AuthenticationInfoProvider>().AuthenticationType;Properties
Methods
Events
Last updated