Uses of Interface
com.iizix.device.settings.INativeSetting
Uses of INativeSetting in com.iizix.device.settings
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionboolean
NativeSetting.openNativeSettings
(INativeSetting setting, IOpenSettingSuccess success, IOpenSettingFailure failure) Opens a native setting on the client.