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 TypeClassDescriptionenumCommon native settings for Android and iOS that are potentially openable on the client device using theIOpenNativeSettingsinterface.enumNative settings for Android that are potentially openable on the client device using theIOpenNativeSettingsinterface.enumNative settings for iOS that are potentially openable on the client device using theIOpenNativeSettingsinterface.Methods in com.iizix.device.settings with parameters of type INativeSettingModifier and TypeMethodDescriptionstatic booleanSettings_Android.isValid(INativeSetting setting) Verifies if a value is valid for Android.static booleanSettings_iOS.isValid(INativeSetting setting) Verifies if a value is valid for iOS.voidIOpenSettingFailure.onFailure(IClientSessionGyro clientSession, INativeSetting setting, OpenSettingError error) Called upon failure.voidIOpenSettingSuccess.onSuccess(IClientSessionGyro clientSession, INativeSetting setting) Called upon success.booleanIOpenNativeSettings.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 TypeMethodDescriptionbooleanNativeSetting.openNativeSettings(INativeSetting setting, IOpenSettingSuccess success, IOpenSettingFailure failure) Opens a native setting on the client.