Package com.iizix.device.settings
Interface INativeSetting
- All Known Implementing Classes:
CommonSettings
,Settings_Android
,Settings_iOS
public interface INativeSetting
Interface implemented by the Common, Android and iOS settings.
- Author:
- Christopher Mindus
Field Details
Method Details
getType
int getType()Checks if the setting is for Android, iOS or both.- Returns:
- The value
TYPE_BOTH
,TYPE_Android
orTYPE_iOS
.
getNativeOp_Android
Gets the internal setting name to use on the native Android client device.- Returns:
- An internal String value that should not be used,
null
if not available for the device type.
getNativeOp_iOS
Gets the internal setting name to use on the native iOS client device.- Returns:
- An internal String value that should not be used,
null
if not available for the device type.