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 Summary
Modifier and TypeFieldDescriptionstatic final int
The value for Android (=1).static final int
The value for BOTH Android and iOS (=0).static final int
The value for iOS (=2).Method Summary
Field Details
TYPE_BOTH
static final int TYPE_BOTHThe value for BOTH Android and iOS (=0).- See Also:
TYPE_Android
static final int TYPE_AndroidThe value for Android (=1).- See Also:
TYPE_iOS
static final int TYPE_iOSThe value for iOS (=2).- See Also:
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.