Uses of Interface
com.iizix.device.settings.INativeSetting
Packages that use INativeSetting
Uses of INativeSetting in com.iizix.device.settings
Classes in com.iizix.device.settings that implement INativeSettingModifier and TypeClassDescriptionenum
Common native settings for Android and iOS that are potentially openable on the client device using theIOpenNativeSettings
interface.enum
Native settings for Android that are potentially openable on the client device using theIOpenNativeSettings
interface.enum
Native settings for iOS that are potentially openable on the client device using theIOpenNativeSettings
interface.Methods in com.iizix.device.settings with parameters of type INativeSettingModifier and TypeMethodDescriptionstatic boolean
Settings_Android.isValid
(INativeSetting setting) Verifies if a value is valid for Android.static boolean
Settings_iOS.isValid
(INativeSetting setting) Verifies if a value is valid for iOS.void
IOpenSettingFailure.onFailure
(IClientSessionGyro clientSession, INativeSetting setting, OpenSettingError error) Called upon failure.void
IOpenSettingSuccess.onSuccess
(IClientSessionGyro clientSession, INativeSetting setting) Called upon success.boolean
IOpenNativeSettings.openNativeSettings
(INativeSetting setting, IOpenSettingSuccess success, IOpenSettingFailure failure) Opens a native setting on the client.Uses of INativeSetting in com.iizix.prop
Methods in com.iizix.prop with parameters of type INativeSettingModifier and TypeMethodDescriptionboolean
NativeSetting.openNativeSettings
(INativeSetting setting, IOpenSettingSuccess success, IOpenSettingFailure failure) Opens a native setting on the client.