com.funambol.platform
Interface DeviceInfoInterface

All Known Implementing Classes:
DeviceInfo

public interface DeviceInfoInterface


Method Summary
 java.lang.String getCarrier()
          Returns the carrier name, or null if not available.
 java.lang.String getCountryCode()
          Returns the A2 country code, or null if not available.
 java.lang.String getDeviceModel()
          Returns the device model or null if not available.
 java.lang.String getEmailAddress()
          Returns the main email adddress or null if not available.
 java.lang.String getFunambolPlatform()
          Returns the platform or null if not available.
 java.lang.String getManufacturer()
          Returns the device manufacturer or null if not available.
 java.lang.String getPhoneNumber()
          Returns the phone number or null if not available.
 java.lang.String getTimezone()
          Returns the device timezone or null if not available.
 

Method Detail

getPhoneNumber

java.lang.String getPhoneNumber()
Returns the phone number or null if not available.


getFunambolPlatform

java.lang.String getFunambolPlatform()
Returns the platform or null if not available. The platform here is a Funambol identification of the client build.


getEmailAddress

java.lang.String getEmailAddress()
Returns the main email adddress or null if not available.


getTimezone

java.lang.String getTimezone()
Returns the device timezone or null if not available.


getManufacturer

java.lang.String getManufacturer()
Returns the device manufacturer or null if not available.


getDeviceModel

java.lang.String getDeviceModel()
Returns the device model or null if not available.


getCarrier

java.lang.String getCarrier()
Returns the carrier name, or null if not available.


getCountryCode

java.lang.String getCountryCode()
Returns the A2 country code, or null if not available.



Copyright © 2001-2009 Funambol.