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 SummaryFieldsModifier and TypeFieldDescription- static final intThe value for Android (=1).- static final intThe value for BOTH Android and iOS (=0).- static final intThe value for iOS (=2).
- Method Summary
- Field Details- TYPE_BOTHstatic final int TYPE_BOTHThe value for BOTH Android and iOS (=0).- See Also:
 
- TYPE_Androidstatic final int TYPE_AndroidThe value for Android (=1).- See Also:
 
- TYPE_iOSstatic final int TYPE_iOSThe value for iOS (=2).- See Also:
 
 
- Method Details- getTypeint getType()Checks if the setting is for Android, iOS or both.- Returns:
- The value TYPE_BOTH,TYPE_AndroidorTYPE_iOS.
 
- getNativeOp_AndroidGets the internal setting name to use on the native Android client device.- Returns:
- An internal String value that should not be used, nullif not available for the device type.
 
- getNativeOp_iOSGets the internal setting name to use on the native iOS client device.- Returns:
- An internal String value that should not be used, nullif not available for the device type.