Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X 

A

Acceleration - Class in me.adaptive.arp.api
Structure representing the data of a single acceleration reading.
Acceleration() - Constructor for class me.adaptive.arp.api.Acceleration
Default constructor
Acceleration(double, double, double, long) - Constructor for class me.adaptive.arp.api.Acceleration
Constructor with fields
AccelerationBridge - Class in me.adaptive.arp.api
Interface defining methods about the acceleration sensor Auto-generated implementation of IAcceleration specification.
AccelerationBridge(IAcceleration) - Constructor for class me.adaptive.arp.api.AccelerationBridge
Constructor with delegate.
AccelerationListenerImpl - Class in me.adaptive.arp.api
Interface defines the response methods of the acceleration operations Auto-generated implementation of IAccelerationListener specification.
AccelerationListenerImpl(long) - Constructor for class me.adaptive.arp.api.AccelerationListenerImpl
Constructor with listener id.
addAccelerationListener(IAccelerationListener) - Method in class me.adaptive.arp.api.AccelerationBridge
Register a new listener that will receive acceleration events.
addAccelerationListener(IAccelerationListener) - Method in interface me.adaptive.arp.api.IAcceleration
Register a new listener that will receive acceleration events.
addButtonListener(IButtonListener) - Method in class me.adaptive.arp.api.DeviceBridge
Register a new listener that will receive button events.
addButtonListener(IButtonListener) - Method in interface me.adaptive.arp.api.IDevice
Register a new listener that will receive button events.
addDeviceOrientationListener(IDeviceOrientationListener) - Method in class me.adaptive.arp.api.DeviceBridge
Add a listener to start receiving device orientation change events.
addDeviceOrientationListener(IDeviceOrientationListener) - Method in interface me.adaptive.arp.api.IDevice
Add a listener to start receiving device orientation change events.
addDisplayOrientationListener(IDisplayOrientationListener) - Method in class me.adaptive.arp.api.DisplayBridge
Add a listener to start receiving display orientation change events.
addDisplayOrientationListener(IDisplayOrientationListener) - Method in interface me.adaptive.arp.api.IDisplay
Add a listener to start receiving display orientation change events.
addGeolocationListener(IGeolocationListener) - Method in class me.adaptive.arp.api.GeolocationBridge
Register a new listener that will receive geolocation events.
addGeolocationListener(IGeolocationListener) - Method in interface me.adaptive.arp.api.IGeolocation
Register a new listener that will receive geolocation events.
addLifecycleListener(ILifecycleListener) - Method in interface me.adaptive.arp.api.ILifecycle
Add the listener for the lifecycle of the app
addLifecycleListener(ILifecycleListener) - Method in class me.adaptive.arp.api.LifecycleBridge
Add the listener for the lifecycle of the app
addNetworkStatusListener(INetworkStatusListener) - Method in interface me.adaptive.arp.api.INetworkStatus
Add the listener for network status changes of the app
addNetworkStatusListener(INetworkStatusListener) - Method in class me.adaptive.arp.api.NetworkStatusBridge
Add the listener for network status changes of the app
addWebview(Object) - Method in class me.adaptive.arp.api.AppContextWebviewBridge
Additional views may be added to an application - a separate activity - and if these will make calls to the ARP methods, they must be registered by adding them to the context.
addWebview(Object) - Method in interface me.adaptive.arp.api.IAppContextWebview
Additional views may be added to an application - a separate activity - and if these will make calls to the ARP methods, they must be registered by adding them to the context.
AdsBridge - Class in me.adaptive.arp.api
Interface for Advertising purposes Auto-generated implementation of IAds specification.
AdsBridge(IAds) - Constructor for class me.adaptive.arp.api.AdsBridge
Constructor with delegate.
AlarmBridge - Class in me.adaptive.arp.api
Interface for Alarm purposes Auto-generated implementation of IAlarm specification.
AlarmBridge(IAlarm) - Constructor for class me.adaptive.arp.api.AlarmBridge
Constructor with delegate.
AmbientLightBridge - Class in me.adaptive.arp.api
Interface for managinf the Ambient Light Auto-generated implementation of IAmbientLight specification.
AmbientLightBridge(IAmbientLight) - Constructor for class me.adaptive.arp.api.AmbientLightBridge
Constructor with delegate.
AnalyticsBridge - Class in me.adaptive.arp.api
Interface for Analytics purposes Auto-generated implementation of IAnalytics specification.
AnalyticsBridge(IAnalytics) - Constructor for class me.adaptive.arp.api.AnalyticsBridge
Constructor with delegate.
APIBean - Class in me.adaptive.arp.api
Structure representing a native response to the HTML5
APIBean() - Constructor for class me.adaptive.arp.api.APIBean
Default constructor
APIBridge - Interface in me.adaptive.arp.api
This is a marker interface for bridge classes that invoke delegates.
apiGroup - Variable in class me.adaptive.arp.api.BaseApplicationBridge
Group of API.
apiGroup - Variable in class me.adaptive.arp.api.BaseCommerceBridge
Group of API.
apiGroup - Variable in class me.adaptive.arp.api.BaseCommunicationBridge
Group of API.
apiGroup - Variable in class me.adaptive.arp.api.BaseDataBridge
Group of API.
apiGroup - Variable in class me.adaptive.arp.api.BaseMediaBridge
Group of API.
apiGroup - Variable in class me.adaptive.arp.api.BaseNotificationBridge
Group of API.
apiGroup - Variable in class me.adaptive.arp.api.BasePIMBridge
Group of API.
apiGroup - Variable in class me.adaptive.arp.api.BaseReaderBridge
Group of API.
apiGroup - Variable in class me.adaptive.arp.api.BaseSecurityBridge
Group of API.
apiGroup - Variable in class me.adaptive.arp.api.BaseSensorBridge
Group of API.
apiGroup - Variable in class me.adaptive.arp.api.BaseSocialBridge
Group of API.
apiGroup - Variable in class me.adaptive.arp.api.BaseSystemBridge
Group of API.
apiGroup - Variable in class me.adaptive.arp.api.BaseUIBridge
Group of API.
apiGroup - Variable in class me.adaptive.arp.api.BaseUtilBridge
Group of API.
APIRequest - Class in me.adaptive.arp.api
Structure representing a HTML5 request to the native API.
APIRequest() - Constructor for class me.adaptive.arp.api.APIRequest
Default constructor
APIRequest(String, String) - Constructor for class me.adaptive.arp.api.APIRequest
Constructor with method name.
APIRequest(String, String, String[], long) - Constructor for class me.adaptive.arp.api.APIRequest
Constructor with all the parameters
APIResponse - Class in me.adaptive.arp.api
Structure representing a JSON response to the HTML5 layer.
APIResponse() - Constructor for class me.adaptive.arp.api.APIResponse
Default constructor
APIResponse(String, int) - Constructor for class me.adaptive.arp.api.APIResponse
Constructor with parameters.
APIResponse(String, int, String) - Constructor for class me.adaptive.arp.api.APIResponse
Constructor with parameters.
AppContextBridge - Class in me.adaptive.arp.api
Interface for context management purposes Auto-generated implementation of IAppContext specification.
AppContextBridge(IAppContext) - Constructor for class me.adaptive.arp.api.AppContextBridge
Constructor with delegate.
AppContextWebviewBridge - Class in me.adaptive.arp.api
Interface for webview context management purposes Auto-generated implementation of IAppContextWebview specification.
AppContextWebviewBridge(IAppContextWebview) - Constructor for class me.adaptive.arp.api.AppContextWebviewBridge
Constructor with delegate.
AppRegistryBridge - Class in me.adaptive.arp.api
Interface to retrieve auto-registered service implementation references.
AppRegistryBridge(IAppRegistry) - Constructor for class me.adaptive.arp.api.AppRegistryBridge
Constructor with delegate.
AppRegistryDelegate - Class in me.adaptive.arp.api
Interface to retrieve auto-registered service implementation references.
AppRegistryDelegate() - Constructor for class me.adaptive.arp.api.AppRegistryDelegate
Default Constructor.
AppResourceData - Class in me.adaptive.arp.api
This class represents a resource provided by the platform from the application's secure payload.
AppResourceData() - Constructor for class me.adaptive.arp.api.AppResourceData
Default constructor.
AppResourceData(String, byte[], String, long, boolean, String, long) - Constructor for class me.adaptive.arp.api.AppResourceData
Convenience constructor.
AudioBridge - Class in me.adaptive.arp.api
Interface for Audio purposes Auto-generated implementation of IAudio specification.
AudioBridge(IAudio) - Constructor for class me.adaptive.arp.api.AudioBridge
Constructor with delegate.

B

BarcodeBridge - Class in me.adaptive.arp.api
Interface for Barcode Reading purposes Auto-generated implementation of IBarcode specification.
BarcodeBridge(IBarcode) - Constructor for class me.adaptive.arp.api.BarcodeBridge
Constructor with delegate.
BarometerBridge - Class in me.adaptive.arp.api
Interface for Barometer management purposes Auto-generated implementation of IBarometer specification.
BarometerBridge(IBarometer) - Constructor for class me.adaptive.arp.api.BarometerBridge
Constructor with delegate.
BaseApplicationBridge - Class in me.adaptive.arp.api
Base application for Application purposes Auto-generated implementation of IBaseApplication specification.
BaseApplicationBridge() - Constructor for class me.adaptive.arp.api.BaseApplicationBridge
Default constructor.
BaseApplicationDelegate - Class in me.adaptive.arp.api
Base application for Application purposes Auto-generated implementation of IBaseApplication specification.
BaseApplicationDelegate() - Constructor for class me.adaptive.arp.api.BaseApplicationDelegate
Default constructor.
BaseCallbackImpl - Class in me.adaptive.arp.api
Base application for Callback purposes Auto-generated implementation of IBaseCallback specification.
BaseCallbackImpl(long) - Constructor for class me.adaptive.arp.api.BaseCallbackImpl
Constructor with callback id.
BaseCommerceBridge - Class in me.adaptive.arp.api
Base application for Commerce purposes Auto-generated implementation of IBaseCommerce specification.
BaseCommerceBridge() - Constructor for class me.adaptive.arp.api.BaseCommerceBridge
Default constructor.
BaseCommerceDelegate - Class in me.adaptive.arp.api
Base application for Commerce purposes Auto-generated implementation of IBaseCommerce specification.
BaseCommerceDelegate() - Constructor for class me.adaptive.arp.api.BaseCommerceDelegate
Default constructor.
BaseCommunicationBridge - Class in me.adaptive.arp.api
Base application for Communication purposes Auto-generated implementation of IBaseCommunication specification.
BaseCommunicationBridge() - Constructor for class me.adaptive.arp.api.BaseCommunicationBridge
Default constructor.
BaseCommunicationDelegate - Class in me.adaptive.arp.api
Base application for Communication purposes Auto-generated implementation of IBaseCommunication specification.
BaseCommunicationDelegate() - Constructor for class me.adaptive.arp.api.BaseCommunicationDelegate
Default constructor.
BaseDataBridge - Class in me.adaptive.arp.api
Base application for Data purposes Auto-generated implementation of IBaseData specification.
BaseDataBridge() - Constructor for class me.adaptive.arp.api.BaseDataBridge
Default constructor.
BaseDataDelegate - Class in me.adaptive.arp.api
Base application for Data purposes Auto-generated implementation of IBaseData specification.
BaseDataDelegate() - Constructor for class me.adaptive.arp.api.BaseDataDelegate
Default constructor.
BaseListenerImpl - Class in me.adaptive.arp.api
Base application for Listener purposes Auto-generated implementation of IBaseListener specification.
BaseListenerImpl(long) - Constructor for class me.adaptive.arp.api.BaseListenerImpl
Constructor with listener id.
BaseMediaBridge - Class in me.adaptive.arp.api
Base application for Media purposes Auto-generated implementation of IBaseMedia specification.
BaseMediaBridge() - Constructor for class me.adaptive.arp.api.BaseMediaBridge
Default constructor.
BaseMediaDelegate - Class in me.adaptive.arp.api
Base application for Media purposes Auto-generated implementation of IBaseMedia specification.
BaseMediaDelegate() - Constructor for class me.adaptive.arp.api.BaseMediaDelegate
Default constructor.
BaseNotificationBridge - Class in me.adaptive.arp.api
Base application for Notification purposes Auto-generated implementation of IBaseNotification specification.
BaseNotificationBridge() - Constructor for class me.adaptive.arp.api.BaseNotificationBridge
Default constructor.
BaseNotificationDelegate - Class in me.adaptive.arp.api
Base application for Notification purposes Auto-generated implementation of IBaseNotification specification.
BaseNotificationDelegate() - Constructor for class me.adaptive.arp.api.BaseNotificationDelegate
Default constructor.
BasePIMBridge - Class in me.adaptive.arp.api
Base application for PIM purposes Auto-generated implementation of IBasePIM specification.
BasePIMBridge() - Constructor for class me.adaptive.arp.api.BasePIMBridge
Default constructor.
BasePIMDelegate - Class in me.adaptive.arp.api
Base application for PIM purposes Auto-generated implementation of IBasePIM specification.
BasePIMDelegate() - Constructor for class me.adaptive.arp.api.BasePIMDelegate
Default constructor.
BaseReaderBridge - Class in me.adaptive.arp.api
Base application for Reader purposes Auto-generated implementation of IBaseReader specification.
BaseReaderBridge() - Constructor for class me.adaptive.arp.api.BaseReaderBridge
Default constructor.
BaseReaderDelegate - Class in me.adaptive.arp.api
Base application for Reader purposes Auto-generated implementation of IBaseReader specification.
BaseReaderDelegate() - Constructor for class me.adaptive.arp.api.BaseReaderDelegate
Default constructor.
BaseSecurityBridge - Class in me.adaptive.arp.api
Base application for Security purposes Auto-generated implementation of IBaseSecurity specification.
BaseSecurityBridge() - Constructor for class me.adaptive.arp.api.BaseSecurityBridge
Default constructor.
BaseSecurityDelegate - Class in me.adaptive.arp.api
Base application for Security purposes Auto-generated implementation of IBaseSecurity specification.
BaseSecurityDelegate() - Constructor for class me.adaptive.arp.api.BaseSecurityDelegate
Default constructor.
BaseSensorBridge - Class in me.adaptive.arp.api
Base application for Sensor purposes Auto-generated implementation of IBaseSensor specification.
BaseSensorBridge() - Constructor for class me.adaptive.arp.api.BaseSensorBridge
Default constructor.
BaseSensorDelegate - Class in me.adaptive.arp.api
Base application for Sensor purposes Auto-generated implementation of IBaseSensor specification.
BaseSensorDelegate() - Constructor for class me.adaptive.arp.api.BaseSensorDelegate
Default constructor.
BaseSocialBridge - Class in me.adaptive.arp.api
Base application for Social purposes Auto-generated implementation of IBaseSocial specification.
BaseSocialBridge() - Constructor for class me.adaptive.arp.api.BaseSocialBridge
Default constructor.
BaseSocialDelegate - Class in me.adaptive.arp.api
Base application for Social purposes Auto-generated implementation of IBaseSocial specification.
BaseSocialDelegate() - Constructor for class me.adaptive.arp.api.BaseSocialDelegate
Default constructor.
BaseSystemBridge - Class in me.adaptive.arp.api
Base application for System purposes Auto-generated implementation of IBaseSystem specification.
BaseSystemBridge() - Constructor for class me.adaptive.arp.api.BaseSystemBridge
Default constructor.
BaseSystemDelegate - Class in me.adaptive.arp.api
Base application for System purposes Auto-generated implementation of IBaseSystem specification.
BaseSystemDelegate() - Constructor for class me.adaptive.arp.api.BaseSystemDelegate
Default constructor.
BaseUIBridge - Class in me.adaptive.arp.api
Base application for UI purposes Auto-generated implementation of IBaseUI specification.
BaseUIBridge() - Constructor for class me.adaptive.arp.api.BaseUIBridge
Default constructor.
BaseUIDelegate - Class in me.adaptive.arp.api
Base application for UI purposes Auto-generated implementation of IBaseUI specification.
BaseUIDelegate() - Constructor for class me.adaptive.arp.api.BaseUIDelegate
Default constructor.
BaseUtilBridge - Class in me.adaptive.arp.api
Base application for Utility purposes Auto-generated implementation of IBaseUtil specification.
BaseUtilBridge() - Constructor for class me.adaptive.arp.api.BaseUtilBridge
Default constructor.
BaseUtilDelegate - Class in me.adaptive.arp.api
Base application for Utility purposes Auto-generated implementation of IBaseUtil specification.
BaseUtilDelegate() - Constructor for class me.adaptive.arp.api.BaseUtilDelegate
Default constructor.
BluetoothBridge - Class in me.adaptive.arp.api
Interface for Bluetooth purposes Auto-generated implementation of IBluetooth specification.
BluetoothBridge(IBluetooth) - Constructor for class me.adaptive.arp.api.BluetoothBridge
Constructor with delegate.
BrowserBridge - Class in me.adaptive.arp.api
Interface for Managing the browser operations Auto-generated implementation of IBrowser specification.
BrowserBridge(IBrowser) - Constructor for class me.adaptive.arp.api.BrowserBridge
Constructor with delegate.
Button - Class in me.adaptive.arp.api
Structure representing the a physical or logical button on a device.
Button() - Constructor for class me.adaptive.arp.api.Button
Default constructor
Button(ICapabilitiesButton, long) - Constructor for class me.adaptive.arp.api.Button
Constructor with fields
ButtonListenerImpl - Class in me.adaptive.arp.api
Interface for Managing the button operations Auto-generated implementation of IButtonListener specification.
ButtonListenerImpl(long) - Constructor for class me.adaptive.arp.api.ButtonListenerImpl
Constructor with listener id.

C

CalendarBridge - Class in me.adaptive.arp.api
Interface for Managing the Calendar operations Auto-generated implementation of ICalendar specification.
CalendarBridge(ICalendar) - Constructor for class me.adaptive.arp.api.CalendarBridge
Constructor with delegate.
call(String) - Method in interface me.adaptive.arp.api.ITelephony
Invoke a phone call
call(String) - Method in class me.adaptive.arp.api.TelephonyBridge
Invoke a phone call
CameraBridge - Class in me.adaptive.arp.api
Interface for Managing the camera operations Auto-generated implementation of ICamera specification.
CameraBridge(ICamera) - Constructor for class me.adaptive.arp.api.CameraBridge
Constructor with delegate.
canRead(FileDescriptor) - Method in class me.adaptive.arp.api.FileBridge
Determine whether the current file/folder can be read from.
canRead(FileDescriptor) - Method in interface me.adaptive.arp.api.IFile
Determine whether the current file/folder can be read from.
canWrite(FileDescriptor) - Method in class me.adaptive.arp.api.FileBridge
Determine whether the current file/folder can be written to.
canWrite(FileDescriptor) - Method in interface me.adaptive.arp.api.IFile
Determine whether the current file/folder can be written to.
CapabilitiesBridge - Class in me.adaptive.arp.api
Interface for testing the Capabilities operations Auto-generated implementation of ICapabilities specification.
CapabilitiesBridge(ICapabilities) - Constructor for class me.adaptive.arp.api.CapabilitiesBridge
Constructor with delegate.
CloudBridge - Class in me.adaptive.arp.api
Interface for Managing the Cloud operations Auto-generated implementation of ICloud specification.
CloudBridge(ICloud) - Constructor for class me.adaptive.arp.api.CloudBridge
Constructor with delegate.
CompressionBridge - Class in me.adaptive.arp.api
Interface for Managing the Compression operations Auto-generated implementation of ICompression specification.
CompressionBridge(ICompression) - Constructor for class me.adaptive.arp.api.CompressionBridge
Constructor with delegate.
ConcurrentBridge - Class in me.adaptive.arp.api
Interface for Managing the Concurrent operations Auto-generated implementation of IConcurrent specification.
ConcurrentBridge(IConcurrent) - Constructor for class me.adaptive.arp.api.ConcurrentBridge
Constructor with delegate.
Contact - Class in me.adaptive.arp.api
Structure representing the data elements of a contact.
Contact() - Constructor for class me.adaptive.arp.api.Contact
Default Constructor
Contact(String) - Constructor for class me.adaptive.arp.api.Contact
Constructor used by implementation to set the Contact.
ContactAddress - Class in me.adaptive.arp.api
Structure representing the address data elements of a contact.
ContactAddress() - Constructor for class me.adaptive.arp.api.ContactAddress
Default constructor
ContactAddress(String, ContactAddressType) - Constructor for class me.adaptive.arp.api.ContactAddress
Constructor with fields
ContactAddressType - Enum in me.adaptive.arp.api
Enumeration ContactAddressType
ContactAddressTypeAdapter - Class in me.adaptive.arp.api
ContactAddressType custom serializer/deserializer.
ContactAddressTypeAdapter() - Constructor for class me.adaptive.arp.api.ContactAddressTypeAdapter
 
ContactBridge - Class in me.adaptive.arp.api
Interface for Managing the Contact operations Auto-generated implementation of IContact specification.
ContactBridge(IContact) - Constructor for class me.adaptive.arp.api.ContactBridge
Constructor with delegate.
ContactEmail - Class in me.adaptive.arp.api
Structure representing the email data elements of a contact.
ContactEmail() - Constructor for class me.adaptive.arp.api.ContactEmail
Default constructor
ContactEmail(ContactEmailType, boolean, String) - Constructor for class me.adaptive.arp.api.ContactEmail
Constructor used by the implementation
ContactEmailType - Enum in me.adaptive.arp.api
Enumeration ContactEmailType
ContactEmailTypeAdapter - Class in me.adaptive.arp.api
ContactEmailType custom serializer/deserializer.
ContactEmailTypeAdapter() - Constructor for class me.adaptive.arp.api.ContactEmailTypeAdapter
 
ContactPersonalInfo - Class in me.adaptive.arp.api
Structure representing the personal info data elements of a contact.
ContactPersonalInfo() - Constructor for class me.adaptive.arp.api.ContactPersonalInfo
Default constructor
ContactPersonalInfo(String, String, String, ContactPersonalInfoTitle) - Constructor for class me.adaptive.arp.api.ContactPersonalInfo
The Constructor used by the implementation
ContactPersonalInfoTitle - Enum in me.adaptive.arp.api
Enumeration ContactPersonalInfoTitle
ContactPersonalInfoTitleAdapter - Class in me.adaptive.arp.api
ContactPersonalInfoTitle custom serializer/deserializer.
ContactPersonalInfoTitleAdapter() - Constructor for class me.adaptive.arp.api.ContactPersonalInfoTitleAdapter
 
ContactPhone - Class in me.adaptive.arp.api
Structure representing the phone data elements of a contact.
ContactPhone() - Constructor for class me.adaptive.arp.api.ContactPhone
Default constructor
ContactPhone(String, ContactPhoneType) - Constructor for class me.adaptive.arp.api.ContactPhone
Constructor used by implementation to set the contact Phone
ContactPhoneType - Enum in me.adaptive.arp.api
Enumeration ContactPhoneType
ContactPhoneTypeAdapter - Class in me.adaptive.arp.api
ContactPhoneType custom serializer/deserializer.
ContactPhoneTypeAdapter() - Constructor for class me.adaptive.arp.api.ContactPhoneTypeAdapter
 
ContactPhotoResultCallbackImpl - Class in me.adaptive.arp.api
Interface for Managing the Contact operations Auto-generated implementation of IContactPhotoResultCallback specification.
ContactPhotoResultCallbackImpl(long) - Constructor for class me.adaptive.arp.api.ContactPhotoResultCallbackImpl
Constructor with callback id.
ContactProfessionalInfo - Class in me.adaptive.arp.api
Structure representing the professional info data elements of a contact.
ContactProfessionalInfo() - Constructor for class me.adaptive.arp.api.ContactProfessionalInfo
Default constructor
ContactProfessionalInfo(String, String, String) - Constructor for class me.adaptive.arp.api.ContactProfessionalInfo
Constructor used by implementation to set the ContactProfessionalInfo.
ContactResultCallbackImpl - Class in me.adaptive.arp.api
Interface for Managing the Contact operations Auto-generated implementation of IContactResultCallback specification.
ContactResultCallbackImpl(long) - Constructor for class me.adaptive.arp.api.ContactResultCallbackImpl
Constructor with callback id.
ContactSocial - Class in me.adaptive.arp.api
Structure representing the social data elements of a contact.
ContactSocial() - Constructor for class me.adaptive.arp.api.ContactSocial
Default constructor
ContactSocial(ContactSocialNetwork, String) - Constructor for class me.adaptive.arp.api.ContactSocial
Constructor used by the implementation
ContactSocialNetwork - Enum in me.adaptive.arp.api
Enumeration ContactSocialNetwork
ContactSocialNetworkAdapter - Class in me.adaptive.arp.api
ContactSocialNetwork custom serializer/deserializer.
ContactSocialNetworkAdapter() - Constructor for class me.adaptive.arp.api.ContactSocialNetworkAdapter
 
ContactTag - Class in me.adaptive.arp.api
Structure representing the assigned tags data elements of a contact.
ContactTag() - Constructor for class me.adaptive.arp.api.ContactTag
Default constructor
ContactTag(String, String) - Constructor for class me.adaptive.arp.api.ContactTag
Constructor used by the implementation
ContactUid - Class in me.adaptive.arp.api
Structure representing the internal unique identifier data elements of a contact.
ContactUid() - Constructor for class me.adaptive.arp.api.ContactUid
Default constructor
ContactUid(String) - Constructor for class me.adaptive.arp.api.ContactUid
Constructor used by implementation to set the Contact id.
ContactWebsite - Class in me.adaptive.arp.api
Structure representing the website data elements of a contact.
ContactWebsite() - Constructor for class me.adaptive.arp.api.ContactWebsite
Default constructor
ContactWebsite(String) - Constructor for class me.adaptive.arp.api.ContactWebsite
Constructor used by the implementation
create(FileDescriptor, IFileResultCallback) - Method in class me.adaptive.arp.api.FileBridge
Creates a file with the specified name.
create(FileDescriptor, IFileResultCallback) - Method in interface me.adaptive.arp.api.IFile
Creates a file with the specified name.
createDatabase(Database, IDatabaseResultCallback) - Method in class me.adaptive.arp.api.DatabaseBridge
Creates a database on default path for every platform.
createDatabase(Database, IDatabaseResultCallback) - Method in interface me.adaptive.arp.api.IDatabase
Creates a database on default path for every platform.
createFileDescriptor(FileDescriptor, String) - Method in class me.adaptive.arp.api.FileSystemBridge
Creates a new reference to a new or existing location in the filesystem.
createFileDescriptor(FileDescriptor, String) - Method in interface me.adaptive.arp.api.IFileSystem
Creates a new reference to a new or existing location in the filesystem.
createTable(Database, DatabaseTable, IDatabaseTableResultCallback) - Method in class me.adaptive.arp.api.DatabaseBridge
Creates a databaseTable inside a database for every platform.
createTable(Database, DatabaseTable, IDatabaseTableResultCallback) - Method in interface me.adaptive.arp.api.IDatabase
Creates a databaseTable inside a database for every platform.
CryptoBridge - Class in me.adaptive.arp.api
Interface for Managing the Cloud operations Auto-generated implementation of ICrypto specification.
CryptoBridge(ICrypto) - Constructor for class me.adaptive.arp.api.CryptoBridge
Constructor with delegate.

D

Database - Class in me.adaptive.arp.api
Structure representing a database reference.
Database() - Constructor for class me.adaptive.arp.api.Database
Default constructor
Database(String) - Constructor for class me.adaptive.arp.api.Database
Default constructor.
Database(String, boolean) - Constructor for class me.adaptive.arp.api.Database
Constructor using fields.
DatabaseBridge - Class in me.adaptive.arp.api
Interface for Managing the Cloud operations Auto-generated implementation of IDatabase specification.
DatabaseBridge(IDatabase) - Constructor for class me.adaptive.arp.api.DatabaseBridge
Constructor with delegate.
DatabaseColumn - Class in me.adaptive.arp.api
Structure representing the column specification of a data column.
DatabaseColumn() - Constructor for class me.adaptive.arp.api.DatabaseColumn
Default constructor
DatabaseColumn(String) - Constructor for class me.adaptive.arp.api.DatabaseColumn
Constructor with fields
DatabaseResultCallbackImpl - Class in me.adaptive.arp.api
Interface for Managing the Cloud operations Auto-generated implementation of IDatabaseResultCallback specification.
DatabaseResultCallbackImpl(long) - Constructor for class me.adaptive.arp.api.DatabaseResultCallbackImpl
Constructor with callback id.
DatabaseRow - Class in me.adaptive.arp.api
Structure representing a row for a data table.
DatabaseRow() - Constructor for class me.adaptive.arp.api.DatabaseRow
Default constructor
DatabaseRow(String[]) - Constructor for class me.adaptive.arp.api.DatabaseRow
Constructor for implementation using.
DatabaseTable - Class in me.adaptive.arp.api
Represents a data table composed of databaseColumns and databaseRows.
DatabaseTable() - Constructor for class me.adaptive.arp.api.DatabaseTable
Default constructor
DatabaseTable(String) - Constructor for class me.adaptive.arp.api.DatabaseTable
Constructor by default
DatabaseTable(String, int, int, DatabaseColumn[], DatabaseRow[]) - Constructor for class me.adaptive.arp.api.DatabaseTable
Constructor using fields
DatabaseTableResultCallbackImpl - Class in me.adaptive.arp.api
Interface for Managing the Cloud operations Auto-generated implementation of IDatabaseTableResultCallback specification.
DatabaseTableResultCallbackImpl(long) - Constructor for class me.adaptive.arp.api.DatabaseTableResultCallbackImpl
Constructor with callback id.
DataStreamBridge - Class in me.adaptive.arp.api
Interface for Managing the DataStream operations Auto-generated implementation of IDataStream specification.
DataStreamBridge(IDataStream) - Constructor for class me.adaptive.arp.api.DataStreamBridge
Constructor with delegate.
delete(FileDescriptor, boolean) - Method in class me.adaptive.arp.api.FileBridge
Deletes the given file or path.
delete(FileDescriptor, boolean) - Method in interface me.adaptive.arp.api.IFile
Deletes the given file or path.
deleteDatabase(Database, IDatabaseResultCallback) - Method in class me.adaptive.arp.api.DatabaseBridge
Deletes a database on default path for every platform.
deleteDatabase(Database, IDatabaseResultCallback) - Method in interface me.adaptive.arp.api.IDatabase
Deletes a database on default path for every platform.
deleteSecureKeyValuePairs(String[], String, ISecurityResultCallback) - Method in interface me.adaptive.arp.api.ISecurity
Deletes from the device internal storage the entry/entries containing the specified key names.
deleteSecureKeyValuePairs(String[], String, ISecurityResultCallback) - Method in class me.adaptive.arp.api.SecurityBridge
Deletes from the device internal storage the entry/entries containing the specified key names.
deleteTable(Database, DatabaseTable, IDatabaseTableResultCallback) - Method in class me.adaptive.arp.api.DatabaseBridge
Deletes a databaseTable inside a database for every platform.
deleteTable(Database, DatabaseTable, IDatabaseTableResultCallback) - Method in interface me.adaptive.arp.api.IDatabase
Deletes a databaseTable inside a database for every platform.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ContactAddressTypeAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ContactEmailTypeAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ContactPersonalInfoTitleAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ContactPhoneTypeAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ContactSocialNetworkAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IAccelerationListenerErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IAccelerationListenerWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IAdaptiveRPGroupAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IButtonListenerErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IButtonListenerWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ICapabilitiesButtonAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ICapabilitiesCommunicationAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ICapabilitiesDataAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ICapabilitiesMediaAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ICapabilitiesNetAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ICapabilitiesNotificationAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ICapabilitiesOrientationAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ICapabilitiesSensorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IContactFieldGroupAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IContactFilterAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IContactPhotoResultCallbackErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IContactPhotoResultCallbackWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IContactResultCallbackErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IContactResultCallbackWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IDatabaseResultCallbackErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IDatabaseResultCallbackWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IDatabaseTableResultCallbackErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IDatabaseTableResultCallbackWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IDeviceOrientationListenerErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IDeviceOrientationListenerWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IDisplayOrientationListenerErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IDisplayOrientationListenerWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IFileDataLoadResultCallbackErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IFileDataLoadResultCallbackWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IFileDataStoreResultCallbackErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IFileDataStoreResultCallbackWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IFileListResultCallbackErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IFileListResultCallbackWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IFileResultCallbackErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IFileResultCallbackWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IFileSystemSecurityAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IFileSystemStorageTypeAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IFileSystemTypeAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IGeolocationListenerErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IGeolocationListenerWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ILifecycleListenerErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ILifecycleListenerWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ILoggingLogLevelAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IMessagingCallbackErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IMessagingCallbackWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.INetworkReachabilityCallbackErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.INetworkReachabilityCallbackWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.INetworkStatusListenerErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.INetworkStatusListenerWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IOSTypeAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ISecurityResultCallbackErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ISecurityResultCallbackWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IServiceCertificateValidationAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IServiceContentEncodingAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IServiceMethodAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IServiceResultCallbackErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IServiceResultCallbackWarningAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.IServiceTypeAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.ITelephonyStatusAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.LifecycleStateAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.adaptive.arp.api.RotationEventStateAdapter
 
DesktopBridge - Class in me.adaptive.arp.api
Interface for Managing the Desktop operations Auto-generated implementation of IDesktop specification.
DesktopBridge(IDesktop) - Constructor for class me.adaptive.arp.api.DesktopBridge
Constructor with delegate.
DeviceBridge - Class in me.adaptive.arp.api
Interface for Managing the Device operations Auto-generated implementation of IDevice specification.
DeviceBridge(IDevice) - Constructor for class me.adaptive.arp.api.DeviceBridge
Constructor with delegate.
DeviceInfo - Class in me.adaptive.arp.api
Structure representing the basic device information.
DeviceInfo() - Constructor for class me.adaptive.arp.api.DeviceInfo
Default constructor
DeviceInfo(String, String, String, String) - Constructor for class me.adaptive.arp.api.DeviceInfo
Constructor for the implementation of the platform.
DeviceOrientationListenerImpl - Class in me.adaptive.arp.api
Interface for handling device orientation change events.
DeviceOrientationListenerImpl(long) - Constructor for class me.adaptive.arp.api.DeviceOrientationListenerImpl
Constructor with listener id.
dismissApplication() - Method in interface me.adaptive.arp.api.IRuntime
Dismiss the current Application
dismissApplication() - Method in class me.adaptive.arp.api.RuntimeBridge
Dismiss the current Application
dismissSplashScreen() - Method in interface me.adaptive.arp.api.IRuntime
Whether the application dismiss the splash screen successfully or not
dismissSplashScreen() - Method in class me.adaptive.arp.api.RuntimeBridge
Whether the application dismiss the splash screen successfully or not
DisplayBridge - Class in me.adaptive.arp.api
Interface for Managing the Display operations Auto-generated implementation of IDisplay specification.
DisplayBridge(IDisplay) - Constructor for class me.adaptive.arp.api.DisplayBridge
Constructor with delegate.
DisplayOrientationListenerImpl - Class in me.adaptive.arp.api
Interface for handling display orientation change events.
DisplayOrientationListenerImpl(long) - Constructor for class me.adaptive.arp.api.DisplayOrientationListenerImpl
Constructor with listener id.

E

Email - Class in me.adaptive.arp.api
Structure representing the data elements of an email.
Email() - Constructor for class me.adaptive.arp.api.Email
Default constructor
Email(EmailAddress[], EmailAddress[], EmailAddress[], EmailAttachmentData[], String, String, String) - Constructor for class me.adaptive.arp.api.Email
Constructor used by the implementation
Email(EmailAddress[], String, String) - Constructor for class me.adaptive.arp.api.Email
Constructor used by the implementation
EmailAddress - Class in me.adaptive.arp.api
Structure representing the data elements of an email addressee.
EmailAddress() - Constructor for class me.adaptive.arp.api.EmailAddress
Default constructor
EmailAddress(String) - Constructor for class me.adaptive.arp.api.EmailAddress
Constructor used by implementation
EmailAttachmentData - Class in me.adaptive.arp.api
Structure representing the binary attachment data.
EmailAttachmentData() - Constructor for class me.adaptive.arp.api.EmailAttachmentData
Default Constructor
EmailAttachmentData(byte[], long, String, String, String) - Constructor for class me.adaptive.arp.api.EmailAttachmentData
Constructor with fields
escapeString(String) - Static method in class me.adaptive.arp.api.AppRegistryBridge
Common JSON escape function
executeJavaScript(String) - Method in class me.adaptive.arp.api.AppContextWebviewBridge
Evaluate the specified javascript on the main webview of the application.
executeJavaScript(String, Object) - Method in class me.adaptive.arp.api.AppContextWebviewBridge
Evaluate the specified javascript on the specified webview of the application.
executeJavaScript(String) - Method in interface me.adaptive.arp.api.IAppContextWebview
Evaluate the specified javascript on the main webview of the application.
executeJavaScript(String, Object) - Method in interface me.adaptive.arp.api.IAppContextWebview
Evaluate the specified javascript on the specified webview of the application.
executeSqlStatement(Database, String, String[], IDatabaseTableResultCallback) - Method in class me.adaptive.arp.api.DatabaseBridge
Executes SQL statement into the given database.
executeSqlStatement(Database, String, String[], IDatabaseTableResultCallback) - Method in interface me.adaptive.arp.api.IDatabase
Executes SQL statement into the given database.
executeSqlTransactions(Database, String[], boolean, IDatabaseTableResultCallback) - Method in class me.adaptive.arp.api.DatabaseBridge
Executes SQL transaction (some statements chain) inside given database.
executeSqlTransactions(Database, String[], boolean, IDatabaseTableResultCallback) - Method in interface me.adaptive.arp.api.IDatabase
Executes SQL transaction (some statements chain) inside given database.
exists(FileDescriptor) - Method in class me.adaptive.arp.api.FileBridge
Check whether the file/path exists.
exists(FileDescriptor) - Method in interface me.adaptive.arp.api.IFile
Check whether the file/path exists.
existsDatabase(Database) - Method in class me.adaptive.arp.api.DatabaseBridge
Checks if database exists by given database name.
existsDatabase(Database) - Method in interface me.adaptive.arp.api.IDatabase
Checks if database exists by given database name.
existsTable(Database, DatabaseTable) - Method in class me.adaptive.arp.api.DatabaseBridge
Checks if databaseTable exists by given database name.
existsTable(Database, DatabaseTable) - Method in interface me.adaptive.arp.api.IDatabase
Checks if databaseTable exists by given database name.

F

FacebookBridge - Class in me.adaptive.arp.api
Interface for Managing the Facebook operations Auto-generated implementation of IFacebook specification.
FacebookBridge(IFacebook) - Constructor for class me.adaptive.arp.api.FacebookBridge
Constructor with delegate.
FileBridge - Class in me.adaptive.arp.api
Interface for Managing the File operations Auto-generated implementation of IFile specification.
FileBridge(IFile) - Constructor for class me.adaptive.arp.api.FileBridge
Constructor with delegate.
FileDataLoadResultCallbackImpl - Class in me.adaptive.arp.api
Interface for Managing the File loading callback responses Auto-generated implementation of IFileDataLoadResultCallback specification.
FileDataLoadResultCallbackImpl(long) - Constructor for class me.adaptive.arp.api.FileDataLoadResultCallbackImpl
Constructor with callback id.
FileDataStoreResultCallbackImpl - Class in me.adaptive.arp.api
Interface for Managing the File store operations callback Auto-generated implementation of IFileDataStoreResultCallback specification.
FileDataStoreResultCallbackImpl(long) - Constructor for class me.adaptive.arp.api.FileDataStoreResultCallbackImpl
Constructor with callback id.
FileDescriptor - Class in me.adaptive.arp.api
Implementation of FileDescriptor bean.
FileDescriptor() - Constructor for class me.adaptive.arp.api.FileDescriptor
Default constructor.
FileListResultCallbackImpl - Class in me.adaptive.arp.api
Interface for Managing the File result operations Auto-generated implementation of IFileListResultCallback specification.
FileListResultCallbackImpl(long) - Constructor for class me.adaptive.arp.api.FileListResultCallbackImpl
Constructor with callback id.
FileResultCallbackImpl - Class in me.adaptive.arp.api
Interface for Managing the File operations callback Auto-generated implementation of IFileResultCallback specification.
FileResultCallbackImpl(long) - Constructor for class me.adaptive.arp.api.FileResultCallbackImpl
Constructor with callback id.
FileSystemBridge - Class in me.adaptive.arp.api
Interface for Managing the File System operations Auto-generated implementation of IFileSystem specification.
FileSystemBridge(IFileSystem) - Constructor for class me.adaptive.arp.api.FileSystemBridge
Constructor with delegate.

G

Geolocation - Class in me.adaptive.arp.api
Structure representing the data a single geolocation reading.
Geolocation() - Constructor for class me.adaptive.arp.api.Geolocation
Default constructor
Geolocation(double, double, double, float, float, long) - Constructor for class me.adaptive.arp.api.Geolocation
Constructor with parameters
Geolocation(double, double, long) - Constructor for class me.adaptive.arp.api.Geolocation
Constructor with parameters
GeolocationBridge - Class in me.adaptive.arp.api
Interface for Managing the Geolocation operations Auto-generated implementation of IGeolocation specification.
GeolocationBridge(IGeolocation) - Constructor for class me.adaptive.arp.api.GeolocationBridge
Constructor with delegate.
GeolocationListenerImpl - Class in me.adaptive.arp.api
Interface for Managing the Geolocation results Auto-generated implementation of IGeolocationListener specification.
GeolocationListenerImpl(long) - Constructor for class me.adaptive.arp.api.GeolocationListenerImpl
Constructor with listener id.
getAccelerationBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered AccelerationBridge.
getAccelerationBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered AccelerationBridge.
getAccelerationBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered AccelerationBridge.
getAddress() - Method in class me.adaptive.arp.api.ContactAddress
Returns the Contact address
getAddress() - Method in class me.adaptive.arp.api.EmailAddress
Returns the email address
getAdsBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered AdsBridge.
getAdsBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered AdsBridge.
getAdsBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered AdsBridge.
getAlarmBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered AlarmBridge.
getAlarmBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered AlarmBridge.
getAlarmBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered AlarmBridge.
getAltitude() - Method in class me.adaptive.arp.api.Geolocation
Returns altitude in meters
getAmbientLightBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered AmbientLightBridge.
getAmbientLightBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered AmbientLightBridge.
getAmbientLightBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered AmbientLightBridge.
getAnalyticsBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered AnalyticsBridge.
getAnalyticsBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered AnalyticsBridge.
getAnalyticsBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered AnalyticsBridge.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseApplicationBridge
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseApplicationDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseCallbackImpl
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseCommerceBridge
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseCommerceDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseCommunicationBridge
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseCommunicationDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseDataBridge
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseDataDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseListenerImpl
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseMediaBridge
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseMediaDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseNotificationBridge
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseNotificationDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BasePIMBridge
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BasePIMDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseReaderBridge
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseReaderDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseSecurityBridge
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseSecurityDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseSensorBridge
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseSensorDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseSocialBridge
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseSocialDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseSystemBridge
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseSystemDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseUIBridge
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseUIDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseUtilBridge
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.api.BaseUtilDelegate
Return the API group for the given interface.
getAPIGroup() - Method in interface me.adaptive.arp.api.IAdaptiveRP
Method that returns the API group of the implementation
getApiVersion() - Method in class me.adaptive.arp.api.APIRequest
Returns the request's API version.
getAPIVersion() - Method in class me.adaptive.arp.api.AppRegistryBridge
Method that returns the API version of the implementation.
getAPIVersion() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Method that returns the API version of the implementation.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseApplicationBridge
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseApplicationDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseCallbackImpl
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseCommerceBridge
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseCommerceDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseCommunicationBridge
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseCommunicationDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseDataBridge
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseDataDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseListenerImpl
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseMediaBridge
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseMediaDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseNotificationBridge
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseNotificationDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BasePIMBridge
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BasePIMDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseReaderBridge
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseReaderDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseSecurityBridge
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseSecurityDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseSensorBridge
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseSensorDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseSocialBridge
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseSocialDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseSystemBridge
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseSystemDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseUIBridge
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseUIDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseUtilBridge
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.api.BaseUtilDelegate
Return the API version for the given interface.
getAPIVersion() - Method in interface me.adaptive.arp.api.IAdaptiveRP
Method that returns the API version of the implementation.
getAPIVersion() - Method in interface me.adaptive.arp.api.IAppRegistry
Method that returns the API version of the implementation.
getApplicationCacheFolder() - Method in class me.adaptive.arp.api.FileSystemBridge
Returns a reference to the cache folder for the current application.
getApplicationCacheFolder() - Method in interface me.adaptive.arp.api.IFileSystem
Returns a reference to the cache folder for the current application.
getApplicationCloudFolder() - Method in class me.adaptive.arp.api.FileSystemBridge
Returns a reference to the cloud synchronizable folder for the current application.
getApplicationCloudFolder() - Method in interface me.adaptive.arp.api.IFileSystem
Returns a reference to the cloud synchronizable folder for the current application.
getApplicationDocumentsFolder() - Method in class me.adaptive.arp.api.FileSystemBridge
Returns a reference to the documents folder for the current application.
getApplicationDocumentsFolder() - Method in interface me.adaptive.arp.api.IFileSystem
Returns a reference to the documents folder for the current application.
getApplicationFolder() - Method in class me.adaptive.arp.api.FileSystemBridge
Returns a reference to the application installation folder.
getApplicationFolder() - Method in interface me.adaptive.arp.api.IFileSystem
Returns a reference to the application installation folder.
getApplicationProtectedFolder() - Method in class me.adaptive.arp.api.FileSystemBridge
Returns a reference to the protected storage folder for the current application.
getApplicationProtectedFolder() - Method in interface me.adaptive.arp.api.IFileSystem
Returns a reference to the protected storage folder for the current application.
getAsyncId() - Method in class me.adaptive.arp.api.APIRequest
Returns the callback or listener id assigned to this request OR zero if there is no associated callback or listener.
getAttributes() - Method in class me.adaptive.arp.api.ServiceSession
Gets the attributes of the request or response.
getAudioBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered AudioBridge.
getAudioBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered AudioBridge.
getAudioBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered AudioBridge.
getBarcodeBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered BarcodeBridge.
getBarcodeBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered BarcodeBridge.
getBarcodeBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered BarcodeBridge.
getBarometerBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered BarometerBridge.
getBarometerBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered BarometerBridge.
getBarometerBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered BarometerBridge.
getBccRecipients() - Method in class me.adaptive.arp.api.Email
Returns the array of recipients
getBluetoothBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered BluetoothBridge.
getBluetoothBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered BluetoothBridge.
getBluetoothBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered BluetoothBridge.
getBodyParameters() - Method in class me.adaptive.arp.api.ServiceRequest
Gets the body parameters of the request.
getBridge(String) - Method in class me.adaptive.arp.api.AppRegistryBridge
Provides a bridge to handle API calls for the given interface name.
getBridge(String) - Method in class me.adaptive.arp.api.AppRegistryDelegate
Provides a bridge to handle API calls for the given interface name.
getBridge(String) - Method in interface me.adaptive.arp.api.IAppRegistry
Provides a bridge to handle API calls for the given interface name.
getBridgeType() - Method in class me.adaptive.arp.api.APIRequest
Bridge Type Getter
getBrowserBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered BrowserBridge.
getBrowserBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered BrowserBridge.
getBrowserBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered BrowserBridge.
getCalendarBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered CalendarBridge.
getCalendarBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered CalendarBridge.
getCalendarBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered CalendarBridge.
getCameraBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered CameraBridge.
getCameraBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered CameraBridge.
getCameraBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered CameraBridge.
getCapabilitiesBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered CapabilitiesBridge.
getCapabilitiesBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered CapabilitiesBridge.
getCapabilitiesBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered CapabilitiesBridge.
getCcRecipients() - Method in class me.adaptive.arp.api.Email
Returns the array of recipients
getCloudBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered CloudBridge.
getCloudBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered CloudBridge.
getCloudBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered CloudBridge.
getColumnCount() - Method in class me.adaptive.arp.api.DatabaseTable
Get the number of databaseColumns
getCompany() - Method in class me.adaptive.arp.api.ContactProfessionalInfo
Returns the company of the job
getCompress() - Method in class me.adaptive.arp.api.Database
Returns if the table is compressed
getCompressionBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered CompressionBridge.
getCompressionBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered CompressionBridge.
getCompressionBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered CompressionBridge.
getConcurrentBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered ConcurrentBridge.
getConcurrentBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered ConcurrentBridge.
getConcurrentBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered ConcurrentBridge.
getContact(ContactUid, IContactResultCallback) - Method in class me.adaptive.arp.api.ContactBridge
Get all the details of a contact according to its id
getContact(ContactUid, IContactResultCallback) - Method in interface me.adaptive.arp.api.IContact
Get all the details of a contact according to its id
getContactAddresses() - Method in class me.adaptive.arp.api.Contact
Returns all the addresses of the Contact
getContactBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered ContactBridge.
getContactBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered ContactBridge.
getContactBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered ContactBridge.
getContactEmails() - Method in class me.adaptive.arp.api.Contact
Returns all the emails of the Contact
getContactId() - Method in class me.adaptive.arp.api.ContactUid
Returns the contact id
getContactPhones() - Method in class me.adaptive.arp.api.Contact
Returns all the phones of the Contact
getContactPhoto(ContactUid, IContactPhotoResultCallback) - Method in class me.adaptive.arp.api.ContactBridge
Get the contact photo
getContactPhoto(ContactUid, IContactPhotoResultCallback) - Method in interface me.adaptive.arp.api.IContact
Get the contact photo
getContacts(IContactResultCallback) - Method in class me.adaptive.arp.api.ContactBridge
Get all contacts
getContacts(IContactResultCallback) - Method in interface me.adaptive.arp.api.IContact
Get all contacts
getContactsForFields(IContactResultCallback, IContactFieldGroup[]) - Method in class me.adaptive.arp.api.ContactBridge
Get marked fields of all contacts
getContactsForFields(IContactResultCallback, IContactFieldGroup[]) - Method in interface me.adaptive.arp.api.IContact
Get marked fields of all contacts
getContactSocials() - Method in class me.adaptive.arp.api.Contact
Returns all the social network info of the Contact
getContactsWithFilter(IContactResultCallback, IContactFieldGroup[], IContactFilter[]) - Method in class me.adaptive.arp.api.ContactBridge
Get marked fields of all contacts according to a filter
getContactsWithFilter(IContactResultCallback, IContactFieldGroup[], IContactFilter[]) - Method in interface me.adaptive.arp.api.IContact
Get marked fields of all contacts according to a filter
getContactTags() - Method in class me.adaptive.arp.api.Contact
Returns the additional tags of the Contact
getContactWebsites() - Method in class me.adaptive.arp.api.Contact
Returns all the websites of the Contact
getContent(FileDescriptor, IFileDataLoadResultCallback) - Method in class me.adaptive.arp.api.FileBridge
Loads the content of the file.
getContent(FileDescriptor, IFileDataLoadResultCallback) - Method in interface me.adaptive.arp.api.IFile
Loads the content of the file.
getContent() - Method in class me.adaptive.arp.api.ServiceRequest
Returns the content
getContent() - Method in class me.adaptive.arp.api.ServiceResponse
Returns the content
getContentEncoding() - Method in class me.adaptive.arp.api.ServiceRequest
Returns the content encoding
getContentEncoding() - Method in class me.adaptive.arp.api.ServiceResponse
Returns the content encoding
getContentLength() - Method in class me.adaptive.arp.api.ServiceRequest
Returns the content length
getContentLength() - Method in class me.adaptive.arp.api.ServiceResponse
Returns the content length
getContentType() - Method in class me.adaptive.arp.api.ServiceRequest
Returns the content type
getContentType() - Method in class me.adaptive.arp.api.ServiceResponse
Returns the content type
getContext() - Method in class me.adaptive.arp.api.AppContextBridge
The main application context.
getContext() - Method in interface me.adaptive.arp.api.IAppContext
The main application context.
getContextType() - Method in class me.adaptive.arp.api.AppContextBridge
The type of context provided by the getContext method.
getContextType() - Method in interface me.adaptive.arp.api.IAppContext
The type of context provided by the getContext method.
getCooked() - Method in class me.adaptive.arp.api.AppResourceData
Attribute to denote whether the payload of the resource is cooked.
getCookedLength() - Method in class me.adaptive.arp.api.AppResourceData
The length in bytes of the payload after cooking.
getCookedType() - Method in class me.adaptive.arp.api.AppResourceData
If the resource is cooked, this will return the recipe used during cooking.
getCookieName() - Method in class me.adaptive.arp.api.ServiceSessionCookie
Returns the cookie cookieName
getCookies() - Method in class me.adaptive.arp.api.ServiceSession
Returns the cookies of the request or response.
getCookieValue() - Method in class me.adaptive.arp.api.ServiceSessionCookie
Returns the cookie cookieValue
getCountry() - Method in class me.adaptive.arp.api.Locale
Returns the country code
getCreation() - Method in class me.adaptive.arp.api.ServiceSessionCookie
Returns the creation date
getCryptoBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered CryptoBridge.
getCryptoBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered CryptoBridge.
getCryptoBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered CryptoBridge.
getData() - Method in class me.adaptive.arp.api.AppResourceData
Returns the payload of the resource.
getData() - Method in class me.adaptive.arp.api.EmailAttachmentData
Returns the raw data in byte[]
getDatabaseBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered DatabaseBridge.
getDatabaseBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered DatabaseBridge.
getDatabaseBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered DatabaseBridge.
getDatabaseColumns() - Method in class me.adaptive.arp.api.DatabaseTable
Get the databaseColumns
getDatabaseRows() - Method in class me.adaptive.arp.api.DatabaseTable
Get the databaseRows of the table
getDataStreamBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered DataStreamBridge.
getDataStreamBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered DataStreamBridge.
getDataStreamBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered DataStreamBridge.
getDateCreated() - Method in class me.adaptive.arp.api.FileDescriptor
Returns the milliseconds passed since 1/1/1970 since the file was created.
getDateModified() - Method in class me.adaptive.arp.api.FileDescriptor
Returns the milliseconds passed since 1/1/1970 since the file was modified.
getDefaultLocale() - Method in class me.adaptive.arp.api.GlobalizationBridge
Returns the default locale of the application defined in the configuration file
getDefaultLocale() - Method in interface me.adaptive.arp.api.IGlobalization
Returns the default locale of the application defined in the configuration file
getDelegate() - Method in class me.adaptive.arp.api.AccelerationBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.AdsBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.AlarmBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.AmbientLightBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.AnalyticsBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.AppContextBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.AppContextWebviewBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.AppRegistryBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.AudioBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.BarcodeBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.BarometerBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.BluetoothBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.BrowserBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.CalendarBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.CameraBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.CapabilitiesBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.CloudBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.CompressionBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.ConcurrentBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.ContactBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.CryptoBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.DatabaseBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.DataStreamBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.DesktopBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.DeviceBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.DisplayBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.FacebookBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.FileBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.FileSystemBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.GeolocationBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.GlobalizationBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.GooglePlusBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.GyroscopeBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.ImagingBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.InternalStorageBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.LifecycleBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.LinkedInBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.LoggingBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.MagnetometerBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.MailBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.ManagementBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.MapBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.MessagingBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.NetworkInfoBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.NetworkNamingBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.NetworkReachabilityBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.NetworkStatusBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.NFCBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.NotificationBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.NotificationLocalBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.OAuthBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.OCRBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.OpenIdBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.OSBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.PrintingBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.ProximityBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.QRCodeBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.RSSBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.RuntimeBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.SecurityBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.ServiceBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.SettingsBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.SocketBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.StoreBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.TelephonyBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.TimerBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.TwitterBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.UIBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.UpdateBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.VibrationBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.VideoBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.WalletBridge
Get the delegate implementation.
getDelegate() - Method in class me.adaptive.arp.api.XMLBridge
Get the delegate implementation.
getDesktopBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered DesktopBridge.
getDesktopBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered DesktopBridge.
getDesktopBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered DesktopBridge.
getDestination() - Method in class me.adaptive.arp.api.RotationEvent
Gets the destination orientation of the event.
getDeviceBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered DeviceBridge.
getDeviceBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered DeviceBridge.
getDeviceBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered DeviceBridge.
getDeviceInfo() - Method in class me.adaptive.arp.api.DeviceBridge
Returns the device information for the current device executing the runtime.
getDeviceInfo() - Method in interface me.adaptive.arp.api.IDevice
Returns the device information for the current device executing the runtime.
getDisplayBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered DisplayBridge.
getDisplayBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered DisplayBridge.
getDisplayBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered DisplayBridge.
getDomain() - Method in class me.adaptive.arp.api.ServiceSessionCookie
Returns the domain
getEmail() - Method in class me.adaptive.arp.api.ContactEmail
Returns the email of the Contact
getEmailAttachmentData() - Method in class me.adaptive.arp.api.Email
Returns an array of attachments
getEndpointName() - Method in class me.adaptive.arp.api.ServiceToken
Get token's endpoint name.
getExpiry() - Method in class me.adaptive.arp.api.ServiceSessionCookie
Returns the expiration date in milis
getFacebookBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered FacebookBridge.
getFacebookBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered FacebookBridge.
getFacebookBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered FacebookBridge.
getFileBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered FileBridge.
getFileBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered FileBridge.
getFileBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered FileBridge.
getFileName() - Method in class me.adaptive.arp.api.EmailAttachmentData
Returns the filename of the attachment
getFileStorageType(FileDescriptor) - Method in class me.adaptive.arp.api.FileBridge
Returns the file storage type of the file
getFileStorageType(FileDescriptor) - Method in interface me.adaptive.arp.api.IFile
Returns the file storage type of the file
getFileSystemBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered FileSystemBridge.
getFileSystemBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered FileSystemBridge.
getFileSystemBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered FileSystemBridge.
getFileType(FileDescriptor) - Method in class me.adaptive.arp.api.FileBridge
Returns the file type
getFileType(FileDescriptor) - Method in interface me.adaptive.arp.api.IFile
Returns the file type
getFunctionName() - Method in class me.adaptive.arp.api.ServiceToken
Get token's function name.
getGeolocationBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered GeolocationBridge.
getGeolocationBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered GeolocationBridge.
getGeolocationBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered GeolocationBridge.
getGlobalizationBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered GlobalizationBridge.
getGlobalizationBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered GlobalizationBridge.
getGlobalizationBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered GlobalizationBridge.
getGooglePlusBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered GooglePlusBridge.
getGooglePlusBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered GooglePlusBridge.
getGooglePlusBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered GooglePlusBridge.
getGyroscopeBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered GyroscopeBridge.
getGyroscopeBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered GyroscopeBridge.
getGyroscopeBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered GyroscopeBridge.
getHostURI() - Method in class me.adaptive.arp.api.ServiceEndpoint
Returns the Remote service hostURI
getId() - Method in class me.adaptive.arp.api.AppResourceData
Gets The id or path identifier of the resource.
getId() - Method in class me.adaptive.arp.api.BaseCallbackImpl
Get the callback id.
getId() - Method in class me.adaptive.arp.api.BaseListenerImpl
Return the unique listener identifier.
getId() - Method in interface me.adaptive.arp.api.IBaseListener
Return the unique listener identifier.
getImagingBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered ImagingBridge.
getImagingBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered ImagingBridge.
getImagingBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered ImagingBridge.
getInstance() - Static method in class me.adaptive.arp.api.AppRegistryBridge
Get singleton instance.
getInternalStorageBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered InternalStorageBridge.
getInternalStorageBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered InternalStorageBridge.
getInternalStorageBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered InternalStorageBridge.
getInvocationMethod() - Method in class me.adaptive.arp.api.ServiceToken
Get token's invocation method type.
getJobDescription() - Method in class me.adaptive.arp.api.ContactProfessionalInfo
Returns the description of the job
getJobTitle() - Method in class me.adaptive.arp.api.ContactProfessionalInfo
Returns the title of the job
getJSONInstance() - Static method in class me.adaptive.arp.api.AppRegistryBridge
Get singleton GsonBuilder instance.
getJSONParser() - Method in class me.adaptive.arp.api.BaseApplicationBridge
Return the JSON deserializer/serializer sourced from the static GsonBuilder.
getJSONParser() - Method in class me.adaptive.arp.api.BaseCallbackImpl
Return the JSON deserializer/serializer sourced from the static GsonBuilder.
getJSONParser() - Method in class me.adaptive.arp.api.BaseCommerceBridge
Return the JSON deserializer/serializer sourced from the static GsonBuilder.
getJSONParser() - Method in class me.adaptive.arp.api.BaseCommunicationBridge
Return the JSON deserializer/serializer sourced from the static GsonBuilder.
getJSONParser() - Method in class me.adaptive.arp.api.BaseDataBridge
Return the JSON deserializer/serializer sourced from the static GsonBuilder.
getJSONParser() - Method in class me.adaptive.arp.api.BaseListenerImpl
Return the JSON deserializer/serializer sourced from the static GsonBuilder.
getJSONParser() - Method in class me.adaptive.arp.api.BaseMediaBridge
Return the JSON deserializer/serializer sourced from the static GsonBuilder.
getJSONParser() - Method in class me.adaptive.arp.api.BaseNotificationBridge
Return the JSON deserializer/serializer sourced from the static GsonBuilder.
getJSONParser() - Method in class me.adaptive.arp.api.BasePIMBridge
Return the JSON deserializer/serializer sourced from the static GsonBuilder.
getJSONParser() - Method in class me.adaptive.arp.api.BaseReaderBridge
Return the JSON deserializer/serializer sourced from the static GsonBuilder.
getJSONParser() - Method in class me.adaptive.arp.api.BaseSecurityBridge
Return the JSON deserializer/serializer sourced from the static GsonBuilder.
getJSONParser() - Method in class me.adaptive.arp.api.BaseSensorBridge
Return the JSON deserializer/serializer sourced from the static GsonBuilder.
getJSONParser() - Method in class me.adaptive.arp.api.BaseSocialBridge
Return the JSON deserializer/serializer sourced from the static GsonBuilder.
getJSONParser() - Method in class me.adaptive.arp.api.BaseSystemBridge
Return the JSON deserializer/serializer sourced from the static GsonBuilder.
getJSONParser() - Method in class me.adaptive.arp.api.BaseUIBridge
Return the JSON deserializer/serializer sourced from the static GsonBuilder.
getJSONParser() - Method in class me.adaptive.arp.api.BaseUtilBridge
Return the JSON deserializer/serializer sourced from the static GsonBuilder.
getKeyData() - Method in class me.adaptive.arp.api.KeyValue
Gets the value of the key.
getKeyName() - Method in class me.adaptive.arp.api.KeyPair
Returns the keyName of the element
getKeyName() - Method in class me.adaptive.arp.api.KeyValue
Gets the name of the key.
getKeyValue() - Method in class me.adaptive.arp.api.KeyPair
Returns the keyValue of the element
getLanguage() - Method in class me.adaptive.arp.api.Locale
Returns the language code
getLastName() - Method in class me.adaptive.arp.api.ContactPersonalInfo
Returns the last name of the Contact
getLatitude() - Method in class me.adaptive.arp.api.Geolocation
Returns the latitude in degrees
getLifecycleBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered LifecycleBridge.
getLifecycleBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered LifecycleBridge.
getLifecycleBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered LifecycleBridge.
getLinkedInBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered LinkedInBridge.
getLinkedInBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered LinkedInBridge.
getLinkedInBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered LinkedInBridge.
getLocaleCurrent() - Method in class me.adaptive.arp.api.DeviceBridge
Gets the current Locale for the device.
getLocaleCurrent() - Method in interface me.adaptive.arp.api.IDevice
Gets the current Locale for the device.
getLocaleSupportedDescriptors() - Method in class me.adaptive.arp.api.GlobalizationBridge
List of supported locales for the application defined in the configuration file
getLocaleSupportedDescriptors() - Method in interface me.adaptive.arp.api.IGlobalization
List of supported locales for the application defined in the configuration file
getLoggingBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered LoggingBridge.
getLoggingBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered LoggingBridge.
getLoggingBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered LoggingBridge.
getLongitude() - Method in class me.adaptive.arp.api.Geolocation
Returns the longitude in degrees
getMagnetometerBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered MagnetometerBridge.
getMagnetometerBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered MagnetometerBridge.
getMagnetometerBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered MagnetometerBridge.
getMailBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered MailBridge.
getMailBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered MailBridge.
getMailBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered MailBridge.
getManagementBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered ManagementBridge.
getManagementBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered ManagementBridge.
getManagementBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered ManagementBridge.
getMapBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered MapBridge.
getMapBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered MapBridge.
getMapBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered MapBridge.
getMessageBody() - Method in class me.adaptive.arp.api.Email
Returns the message body of the email
getMessageBodyMimeType() - Method in class me.adaptive.arp.api.Email
Returns the myme type of the message body
getMessagingBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered MessagingBridge.
getMessagingBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered MessagingBridge.
getMessagingBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered MessagingBridge.
getMethodName() - Method in class me.adaptive.arp.api.APIRequest
Method name Getter
getMethods() - Method in class me.adaptive.arp.api.ServicePath
Endpoint's path methods setter
getMiddleName() - Method in class me.adaptive.arp.api.ContactPersonalInfo
Returns the middle name of the Contact
getMimeType() - Method in class me.adaptive.arp.api.EmailAttachmentData
Returns the mime type of the attachment
getModel() - Method in class me.adaptive.arp.api.DeviceInfo
Returns the model of the device.
getName() - Method in class me.adaptive.arp.api.ContactPersonalInfo
Returns the name of the Contact
getName() - Method in class me.adaptive.arp.api.Database
Returns the name.
getName() - Method in class me.adaptive.arp.api.DatabaseColumn
Returns the name of the column.
getName() - Method in class me.adaptive.arp.api.DatabaseTable
Returns the name of the table
getName() - Method in class me.adaptive.arp.api.DeviceInfo
Returns the name of the device.
getName() - Method in class me.adaptive.arp.api.FileDescriptor
Returns the name of the file if the reference is a file or the last path element of the folder.
getName() - Method in class me.adaptive.arp.api.OSInfo
Returns the name of the operating system.
getName() - Method in class me.adaptive.arp.api.Service
Returns the name
getNetwork() - Method in class me.adaptive.arp.api.NetworkEvent
Network event getter
getNetworkInfoBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered NetworkInfoBridge.
getNetworkInfoBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered NetworkInfoBridge.
getNetworkInfoBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered NetworkInfoBridge.
getNetworkNamingBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered NetworkNamingBridge.
getNetworkNamingBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered NetworkNamingBridge.
getNetworkNamingBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered NetworkNamingBridge.
getNetworkReachabilityBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered NetworkReachabilityBridge.
getNetworkReachabilityBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered NetworkReachabilityBridge.
getNetworkReachabilityBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered NetworkReachabilityBridge.
getNetworkStatusBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered NetworkStatusBridge.
getNetworkStatusBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered NetworkStatusBridge.
getNetworkStatusBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered NetworkStatusBridge.
getNFCBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered NFCBridge.
getNFCBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered NFCBridge.
getNFCBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered NFCBridge.
getNotificationBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered NotificationBridge.
getNotificationBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered NotificationBridge.
getNotificationBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered NotificationBridge.
getNotificationLocalBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered NotificationLocalBridge.
getNotificationLocalBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered NotificationLocalBridge.
getNotificationLocalBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered NotificationLocalBridge.
getOAuthBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered OAuthBridge.
getOAuthBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered OAuthBridge.
getOAuthBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered OAuthBridge.
getOCRBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered OCRBridge.
getOCRBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered OCRBridge.
getOCRBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered OCRBridge.
getOpenIdBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered OpenIdBridge.
getOpenIdBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered OpenIdBridge.
getOpenIdBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered OpenIdBridge.
getOrientationCurrent() - Method in class me.adaptive.arp.api.DeviceBridge
Returns the current orientation of the device.
getOrientationCurrent() - Method in class me.adaptive.arp.api.DisplayBridge
Returns the current orientation of the display.
getOrientationCurrent() - Method in interface me.adaptive.arp.api.IDevice
Returns the current orientation of the device.
getOrientationCurrent() - Method in interface me.adaptive.arp.api.IDisplay
Returns the current orientation of the display.
getOrientationDefault() - Method in class me.adaptive.arp.api.CapabilitiesBridge
Obtains the default orientation of the device/display.
getOrientationDefault() - Method in interface me.adaptive.arp.api.ICapabilities
Obtains the default orientation of the device/display.
getOrientationsSupported() - Method in class me.adaptive.arp.api.CapabilitiesBridge
Provides the device/display orientations supported by the platform.
getOrientationsSupported() - Method in interface me.adaptive.arp.api.ICapabilities
Provides the device/display orientations supported by the platform.
getOrigin() - Method in class me.adaptive.arp.api.RotationEvent
Get the origin orientation of the event.
getOSBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered OSBridge.
getOSBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered OSBridge.
getOSBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered OSBridge.
getOSInfo() - Method in interface me.adaptive.arp.api.IOS
Returns the OSInfo for the current operating system.
getOSInfo() - Method in class me.adaptive.arp.api.OSBridge
Returns the OSInfo for the current operating system.
getParameters() - Method in class me.adaptive.arp.api.APIRequest
Parameters Getter
getPath() - Method in class me.adaptive.arp.api.FileDescriptor
Returns the path element of the file or folder (excluding the last path element if it's a directory).
getPath() - Method in class me.adaptive.arp.api.ServicePath
Endpoint's Path Getter
getPath() - Method in class me.adaptive.arp.api.ServiceSessionCookie
Returns the path
getPathAbsolute() - Method in class me.adaptive.arp.api.FileDescriptor
Returns the resolved absolute path elements of the file and/or folders (including the last path element).
getPaths() - Method in class me.adaptive.arp.api.ServiceEndpoint
Returns the Remote service Paths
getPersonalInfo() - Method in class me.adaptive.arp.api.Contact
Returns the personal info of the Contact
getPhone() - Method in class me.adaptive.arp.api.ContactPhone
Returns the phone number
getPhoneType() - Method in class me.adaptive.arp.api.ContactPhone
Returns the phone phoneType
getPlatformContext() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the Platform Context
getPlatformContext() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the Platform Context
getPlatformContext() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the Platform Context
getPlatformContextWeb() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the Webview platform context
getPlatformContextWeb() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the Webview platform context
getPlatformContextWeb() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the Webview platform context
getPrimary() - Method in class me.adaptive.arp.api.ContactEmail
Returns if the email is primary
getPrintingBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered PrintingBridge.
getPrintingBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered PrintingBridge.
getPrintingBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered PrintingBridge.
getProfessionalInfo() - Method in class me.adaptive.arp.api.Contact
Returns the professional info of the Contact
getProfileUrl() - Method in class me.adaptive.arp.api.ContactSocial
Returns the profile url of the user
getProximityBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered ProximityBridge.
getProximityBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered ProximityBridge.
getProximityBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered ProximityBridge.
getQRCodeBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered QRCodeBridge.
getQRCodeBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered QRCodeBridge.
getQRCodeBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered QRCodeBridge.
getQueryParameters() - Method in class me.adaptive.arp.api.ServiceRequest
Gets the query parameters of the request.
getRawLength() - Method in class me.adaptive.arp.api.AppResourceData
Gets the resource payload's original length.
getRawType() - Method in class me.adaptive.arp.api.AppResourceData
Gets the resource's raw type or mimetype.
getReferenceUrl() - Method in class me.adaptive.arp.api.EmailAttachmentData
Returns the absolute url of the file attachment
getRefererHost() - Method in class me.adaptive.arp.api.ServiceRequest
Returns the referer host (origin) of the request.
getResourceLiteral(String, Locale) - Method in class me.adaptive.arp.api.GlobalizationBridge
Gets the text/message corresponding to the given key and locale.
getResourceLiteral(String, Locale) - Method in interface me.adaptive.arp.api.IGlobalization
Gets the text/message corresponding to the given key and locale.
getResourceLiterals(Locale) - Method in class me.adaptive.arp.api.GlobalizationBridge
Gets the full application configured literals (key/message pairs) corresponding to the given locale.
getResourceLiterals(Locale) - Method in interface me.adaptive.arp.api.IGlobalization
Gets the full application configured literals (key/message pairs) corresponding to the given locale.
getResponse() - Method in class me.adaptive.arp.api.APIResponse
Response getter
getRowCount() - Method in class me.adaptive.arp.api.DatabaseTable
Get the number of databaseRows
getRSSBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered RSSBridge.
getRSSBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered RSSBridge.
getRSSBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered RSSBridge.
getRuntimeBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered RuntimeBridge.
getRuntimeBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered RuntimeBridge.
getRuntimeBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered RuntimeBridge.
getScheme() - Method in class me.adaptive.arp.api.ServiceSessionCookie
Returns the scheme
getSecure() - Method in class me.adaptive.arp.api.ServiceSessionCookie
Returns whether the cookie is secure or not
getSecureData() - Method in class me.adaptive.arp.api.SecureKeyPair
Returns the object value
getSecureKey() - Method in class me.adaptive.arp.api.SecureKeyPair
Returns the object secureKey name.
getSecureKeyValuePairs(String[], String, ISecurityResultCallback) - Method in interface me.adaptive.arp.api.ISecurity
Retrieves from the device internal storage the entry/entries containing the specified key names.
getSecureKeyValuePairs(String[], String, ISecurityResultCallback) - Method in class me.adaptive.arp.api.SecurityBridge
Retrieves from the device internal storage the entry/entries containing the specified key names.
getSecurityBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered SecurityBridge.
getSecurityBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered SecurityBridge.
getSecurityBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered SecurityBridge.
getSecurityType(FileDescriptor) - Method in class me.adaptive.arp.api.FileBridge
Returns the security type of the file
getSecurityType(FileDescriptor) - Method in interface me.adaptive.arp.api.IFile
Returns the security type of the file
getSeparator() - Method in class me.adaptive.arp.api.FileSystemBridge
Returns the file system dependent file separator.
getSeparator() - Method in interface me.adaptive.arp.api.IFileSystem
Returns the file system dependent file separator.
getServiceBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered ServiceBridge.
getServiceBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered ServiceBridge.
getServiceBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered ServiceBridge.
getServiceEndpoints() - Method in class me.adaptive.arp.api.Service
Returns the serviceEndpoints
getServiceHeaders() - Method in class me.adaptive.arp.api.ServiceRequest
Returns the array of ServiceHeader
getServiceHeaders() - Method in class me.adaptive.arp.api.ServiceResponse
Returns the array of ServiceHeader
getServiceName() - Method in class me.adaptive.arp.api.ServiceToken
Get token's service name.
getServiceRequest(ServiceToken) - Method in interface me.adaptive.arp.api.IService
Create a service request for the given ServiceToken.
getServiceRequest(ServiceToken) - Method in class me.adaptive.arp.api.ServiceBridge
Create a service request for the given ServiceToken.
getServiceSession() - Method in class me.adaptive.arp.api.ServiceRequest
Getter for service session
getServiceSession() - Method in class me.adaptive.arp.api.ServiceResponse
Getter for service session
getServicesRegistered() - Method in interface me.adaptive.arp.api.IService
Returns all the possible service tokens configured in the platform's XML service definition file.
getServicesRegistered() - Method in class me.adaptive.arp.api.ServiceBridge
Returns all the possible service tokens configured in the platform's XML service definition file.
getServiceToken(String, String, String, IServiceMethod) - Method in interface me.adaptive.arp.api.IService
Obtains a ServiceToken for the given parameters to be used for the creation of requests.
getServiceToken(String, String, String, IServiceMethod) - Method in class me.adaptive.arp.api.ServiceBridge
Obtains a ServiceToken for the given parameters to be used for the creation of requests.
getServiceToken() - Method in class me.adaptive.arp.api.ServiceRequest
Gets the ServiceToken of the request.
getServiceTokenByUri(String) - Method in interface me.adaptive.arp.api.IService
Obtains a Service token by a concrete uri (http://domain.com/path).
getServiceTokenByUri(String) - Method in class me.adaptive.arp.api.ServiceBridge
Obtains a Service token by a concrete uri (http://domain.com/path).
getSettingsBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered SettingsBridge.
getSettingsBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered SettingsBridge.
getSettingsBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered SettingsBridge.
getSize() - Method in class me.adaptive.arp.api.EmailAttachmentData
Returns the size of the attachment as a long
getSize() - Method in class me.adaptive.arp.api.FileDescriptor
Returns the size in bytes of the file or -1 if the reference is a folder.
getSocialNetwork() - Method in class me.adaptive.arp.api.ContactSocial
Returns the social network
getSocketBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered SocketBridge.
getSocketBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered SocketBridge.
getSocketBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered SocketBridge.
getState() - Method in class me.adaptive.arp.api.Lifecycle
Returns the state of the application
getState() - Method in class me.adaptive.arp.api.RotationEvent
Gets the current state of the event.
getStatusCode() - Method in class me.adaptive.arp.api.APIResponse
Status code getter
getStatusCode() - Method in class me.adaptive.arp.api.ServiceResponse
Returns the status code of the response.
getStatusMessage() - Method in class me.adaptive.arp.api.APIResponse
Status message getter
getStoreBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered StoreBridge.
getStoreBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered StoreBridge.
getStoreBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered StoreBridge.
getSubject() - Method in class me.adaptive.arp.api.Email
Returns the subject of the email
getSystemExternalFolder() - Method in class me.adaptive.arp.api.FileSystemBridge
Returns a reference to the external storage folder provided by the OS.
getSystemExternalFolder() - Method in interface me.adaptive.arp.api.IFileSystem
Returns a reference to the external storage folder provided by the OS.
getTagName() - Method in class me.adaptive.arp.api.ContactTag
Returns the tagName of the Tag
getTagValue() - Method in class me.adaptive.arp.api.ContactTag
Returns the tagValue of the Tag
getTelephonyBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered TelephonyBridge.
getTelephonyBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered TelephonyBridge.
getTelephonyBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered TelephonyBridge.
getTimerBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered TimerBridge.
getTimerBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered TimerBridge.
getTimerBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered TimerBridge.
getTimestamp() - Method in class me.adaptive.arp.api.Acceleration
Timestamp Getter
getTimestamp() - Method in class me.adaptive.arp.api.Button
Timestamp Getter
getTimestamp() - Method in class me.adaptive.arp.api.Geolocation
Timestamp Getter
getTimestamp() - Method in class me.adaptive.arp.api.Lifecycle
Gets the timestamp in milliseconds of the event.
getTimestamp() - Method in class me.adaptive.arp.api.NetworkEvent
Returns the timestamp of the event
getTimestamp() - Method in class me.adaptive.arp.api.RotationEvent
Gets the timestamp in milliseconds of the event.
getTitle() - Method in class me.adaptive.arp.api.ContactPersonalInfo
Returns the title of the Contact
getToRecipients() - Method in class me.adaptive.arp.api.Email
Returns the array of recipients
getTwitterBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered TwitterBridge.
getTwitterBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered TwitterBridge.
getTwitterBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered TwitterBridge.
getType() - Method in class me.adaptive.arp.api.Button
Returns the button type
getType() - Method in class me.adaptive.arp.api.ContactAddress
Returns the type of the address
getType() - Method in class me.adaptive.arp.api.ContactEmail
Returns the type of the email
getType() - Method in class me.adaptive.arp.api.ServicePath
Gets the protocol for the path.
getUIBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered UIBridge.
getUIBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered UIBridge.
getUIBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered UIBridge.
getUpdateBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered UpdateBridge.
getUpdateBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered UpdateBridge.
getUpdateBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered UpdateBridge.
getUrl() - Method in class me.adaptive.arp.api.ContactWebsite
Returns the url of the website
getUserAgent() - Method in class me.adaptive.arp.api.ServiceRequest
Gets the overridden user-agent string.
getUuid() - Method in class me.adaptive.arp.api.DeviceInfo
Returns the platform dependent UUID of the device.
getValidationType() - Method in class me.adaptive.arp.api.ServiceEndpoint
Gets the validation type for the certificate of a SSL host.
getValues() - Method in class me.adaptive.arp.api.DatabaseRow
Returns the values of the row.
getVendor() - Method in class me.adaptive.arp.api.DeviceInfo
Returns the vendor of the device.
getVendor() - Method in class me.adaptive.arp.api.OSInfo
Returns the vendor of the operating system.
getVersion() - Method in class me.adaptive.arp.api.OSInfo
Returns the version of the operating system.
getVibrationBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered VibrationBridge.
getVibrationBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered VibrationBridge.
getVibrationBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered VibrationBridge.
getVideoBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered VideoBridge.
getVideoBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered VideoBridge.
getVideoBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered VideoBridge.
getWalletBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered WalletBridge.
getWalletBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered WalletBridge.
getWalletBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered WalletBridge.
getWebviewPrimary() - Method in class me.adaptive.arp.api.AppContextWebviewBridge
Returns a reference to the main application webview.
getWebviewPrimary() - Method in interface me.adaptive.arp.api.IAppContextWebview
Returns a reference to the main application webview.
getWebviews() - Method in class me.adaptive.arp.api.AppContextWebviewBridge
Returns an array of webviews currently managed by the context - composed of primary and the list of those added.
getWebviews() - Method in interface me.adaptive.arp.api.IAppContextWebview
Returns an array of webviews currently managed by the context - composed of primary and the list of those added.
getX() - Method in class me.adaptive.arp.api.Acceleration
X Coordinate Getter
getXDoP() - Method in class me.adaptive.arp.api.Geolocation
Gets Dilution of precision on the X measurement.
getXMLBridge() - Method in class me.adaptive.arp.api.AppRegistryBridge
Returns a reference to the registered XMLBridge.
getXMLBridge() - Method in class me.adaptive.arp.api.AppRegistryDelegate
Returns a reference to the registered XMLBridge.
getXMLBridge() - Method in interface me.adaptive.arp.api.IAppRegistry
Returns a reference to the registered XMLBridge.
getY() - Method in class me.adaptive.arp.api.Acceleration
Y Coordinate Getter
getYDoP() - Method in class me.adaptive.arp.api.Geolocation
Gets Dilution of precision on the Y measurement.
getZ() - Method in class me.adaptive.arp.api.Acceleration
Z Coordinate Getter
GlobalizationBridge - Class in me.adaptive.arp.api
Interface for Managing the Globalization results Auto-generated implementation of IGlobalization specification.
GlobalizationBridge(IGlobalization) - Constructor for class me.adaptive.arp.api.GlobalizationBridge
Constructor with delegate.
GooglePlusBridge - Class in me.adaptive.arp.api
Interface for Managing the Google Plus operations Auto-generated implementation of IGooglePlus specification.
GooglePlusBridge(IGooglePlus) - Constructor for class me.adaptive.arp.api.GooglePlusBridge
Constructor with delegate.
GyroscopeBridge - Class in me.adaptive.arp.api
Interface for Managing the Giroscope operations Auto-generated implementation of IGyroscope specification.
GyroscopeBridge(IGyroscope) - Constructor for class me.adaptive.arp.api.GyroscopeBridge
Constructor with delegate.

H

hasButtonSupport(ICapabilitiesButton) - Method in class me.adaptive.arp.api.CapabilitiesBridge
Determines whether a specific hardware button is supported for interaction.
hasButtonSupport(ICapabilitiesButton) - Method in interface me.adaptive.arp.api.ICapabilities
Determines whether a specific hardware button is supported for interaction.
hasCommunicationSupport(ICapabilitiesCommunication) - Method in class me.adaptive.arp.api.CapabilitiesBridge
Determines whether a specific Communication capability is supported by the device.
hasCommunicationSupport(ICapabilitiesCommunication) - Method in interface me.adaptive.arp.api.ICapabilities
Determines whether a specific Communication capability is supported by the device.
hasDataSupport(ICapabilitiesData) - Method in class me.adaptive.arp.api.CapabilitiesBridge
Determines whether a specific Data capability is supported by the device.
hasDataSupport(ICapabilitiesData) - Method in interface me.adaptive.arp.api.ICapabilities
Determines whether a specific Data capability is supported by the device.
hasMediaSupport(ICapabilitiesMedia) - Method in class me.adaptive.arp.api.CapabilitiesBridge
Determines whether a specific Media capability is supported by the device.
hasMediaSupport(ICapabilitiesMedia) - Method in interface me.adaptive.arp.api.ICapabilities
Determines whether a specific Media capability is supported by the device.
hasNetSupport(ICapabilitiesNet) - Method in class me.adaptive.arp.api.CapabilitiesBridge
Determines whether a specific Net capability is supported by the device.
hasNetSupport(ICapabilitiesNet) - Method in interface me.adaptive.arp.api.ICapabilities
Determines whether a specific Net capability is supported by the device.
hasNotificationSupport(ICapabilitiesNotification) - Method in class me.adaptive.arp.api.CapabilitiesBridge
Determines whether a specific Notification capability is supported by the device.
hasNotificationSupport(ICapabilitiesNotification) - Method in interface me.adaptive.arp.api.ICapabilities
Determines whether a specific Notification capability is supported by the device.
hasOrientationSupport(ICapabilitiesOrientation) - Method in class me.adaptive.arp.api.CapabilitiesBridge
Determines whether the device/display supports a given orientation.
hasOrientationSupport(ICapabilitiesOrientation) - Method in interface me.adaptive.arp.api.ICapabilities
Determines whether the device/display supports a given orientation.
hasSensorSupport(ICapabilitiesSensor) - Method in class me.adaptive.arp.api.CapabilitiesBridge
Determines whether a specific Sensor capability is supported by the device.
hasSensorSupport(ICapabilitiesSensor) - Method in interface me.adaptive.arp.api.ICapabilities
Determines whether a specific Sensor capability is supported by the device.

I

IAcceleration - Interface in me.adaptive.arp.api
Interface defining methods about the acceleration sensor
IAccelerationListener - Interface in me.adaptive.arp.api
Interface defines the response methods of the acceleration operations
IAccelerationListenerError - Enum in me.adaptive.arp.api
Enumeration IAccelerationListenerError
IAccelerationListenerErrorAdapter - Class in me.adaptive.arp.api
IAccelerationListenerError custom serializer/deserializer.
IAccelerationListenerErrorAdapter() - Constructor for class me.adaptive.arp.api.IAccelerationListenerErrorAdapter
 
IAccelerationListenerWarning - Enum in me.adaptive.arp.api
Enumeration IAccelerationListenerWarning
IAccelerationListenerWarningAdapter - Class in me.adaptive.arp.api
IAccelerationListenerWarning custom serializer/deserializer.
IAccelerationListenerWarningAdapter() - Constructor for class me.adaptive.arp.api.IAccelerationListenerWarningAdapter
 
IAdaptiveRP - Interface in me.adaptive.arp.api
Master interface for all the Groups and Types of Interfaces os the Project
IAdaptiveRPGroup - Enum in me.adaptive.arp.api
Enumeration IAdaptiveRPGroup
IAdaptiveRPGroupAdapter - Class in me.adaptive.arp.api
IAdaptiveRPGroup custom serializer/deserializer.
IAdaptiveRPGroupAdapter() - Constructor for class me.adaptive.arp.api.IAdaptiveRPGroupAdapter
 
IAds - Interface in me.adaptive.arp.api
Interface for Advertising purposes
IAlarm - Interface in me.adaptive.arp.api
Interface for Alarm purposes
IAmbientLight - Interface in me.adaptive.arp.api
Interface for managinf the Ambient Light
IAnalytics - Interface in me.adaptive.arp.api
Interface for Analytics purposes
IAppContext - Interface in me.adaptive.arp.api
Interface for context management purposes
IAppContextWebview - Interface in me.adaptive.arp.api
Interface for webview context management purposes
IAppRegistry - Interface in me.adaptive.arp.api
Interface to retrieve auto-registered service implementation references.
IAppResourceManager - Interface in me.adaptive.arp.api
The IAppResourceManager is the interface that must be followed for the implementation of secure resource reading from the application data container.
IAudio - Interface in me.adaptive.arp.api
Interface for Audio purposes
IBarcode - Interface in me.adaptive.arp.api
Interface for Barcode Reading purposes
IBarometer - Interface in me.adaptive.arp.api
Interface for Barometer management purposes
IBaseApplication - Interface in me.adaptive.arp.api
Base application for Application purposes
IBaseCallback - Interface in me.adaptive.arp.api
Base application for Callback purposes
IBaseCommerce - Interface in me.adaptive.arp.api
Base application for Commerce purposes
IBaseCommunication - Interface in me.adaptive.arp.api
Base application for Communication purposes
IBaseData - Interface in me.adaptive.arp.api
Base application for Data purposes
IBaseListener - Interface in me.adaptive.arp.api
Base application for Listener purposes
IBaseMedia - Interface in me.adaptive.arp.api
Base application for Media purposes
IBaseNotification - Interface in me.adaptive.arp.api
Base application for Notification purposes
IBasePIM - Interface in me.adaptive.arp.api
Base application for PIM purposes
IBaseReader - Interface in me.adaptive.arp.api
Base application for Reader purposes
IBaseSecurity - Interface in me.adaptive.arp.api
Base application for Security purposes
IBaseSensor - Interface in me.adaptive.arp.api
Base application for Sensor purposes
IBaseSocial - Interface in me.adaptive.arp.api
Base application for Social purposes
IBaseSystem - Interface in me.adaptive.arp.api
Base application for System purposes
IBaseUI - Interface in me.adaptive.arp.api
Base application for UI purposes
IBaseUtil - Interface in me.adaptive.arp.api
Base application for Utility purposes
IBluetooth - Interface in me.adaptive.arp.api
Interface for Bluetooth purposes
IBrowser - Interface in me.adaptive.arp.api
Interface for Managing the browser operations
IButtonListener - Interface in me.adaptive.arp.api
Interface for Managing the button operations
IButtonListenerError - Enum in me.adaptive.arp.api
Enumeration IButtonListenerError
IButtonListenerErrorAdapter - Class in me.adaptive.arp.api
IButtonListenerError custom serializer/deserializer.
IButtonListenerErrorAdapter() - Constructor for class me.adaptive.arp.api.IButtonListenerErrorAdapter
 
IButtonListenerWarning - Enum in me.adaptive.arp.api
Enumeration IButtonListenerWarning
IButtonListenerWarningAdapter - Class in me.adaptive.arp.api
IButtonListenerWarning custom serializer/deserializer.
IButtonListenerWarningAdapter() - Constructor for class me.adaptive.arp.api.IButtonListenerWarningAdapter
 
ICalendar - Interface in me.adaptive.arp.api
Interface for Managing the Calendar operations
ICamera - Interface in me.adaptive.arp.api
Interface for Managing the camera operations
ICapabilities - Interface in me.adaptive.arp.api
Interface for testing the Capabilities operations
ICapabilitiesButton - Enum in me.adaptive.arp.api
Enumeration ICapabilitiesButton
ICapabilitiesButtonAdapter - Class in me.adaptive.arp.api
ICapabilitiesButton custom serializer/deserializer.
ICapabilitiesButtonAdapter() - Constructor for class me.adaptive.arp.api.ICapabilitiesButtonAdapter
 
ICapabilitiesCommunication - Enum in me.adaptive.arp.api
Enumeration ICapabilitiesCommunication
ICapabilitiesCommunicationAdapter - Class in me.adaptive.arp.api
ICapabilitiesCommunication custom serializer/deserializer.
ICapabilitiesCommunicationAdapter() - Constructor for class me.adaptive.arp.api.ICapabilitiesCommunicationAdapter
 
ICapabilitiesData - Enum in me.adaptive.arp.api
Enumeration ICapabilitiesData
ICapabilitiesDataAdapter - Class in me.adaptive.arp.api
ICapabilitiesData custom serializer/deserializer.
ICapabilitiesDataAdapter() - Constructor for class me.adaptive.arp.api.ICapabilitiesDataAdapter
 
ICapabilitiesMedia - Enum in me.adaptive.arp.api
Enumeration ICapabilitiesMedia
ICapabilitiesMediaAdapter - Class in me.adaptive.arp.api
ICapabilitiesMedia custom serializer/deserializer.
ICapabilitiesMediaAdapter() - Constructor for class me.adaptive.arp.api.ICapabilitiesMediaAdapter
 
ICapabilitiesNet - Enum in me.adaptive.arp.api
Enumeration ICapabilitiesNet
ICapabilitiesNetAdapter - Class in me.adaptive.arp.api
ICapabilitiesNet custom serializer/deserializer.
ICapabilitiesNetAdapter() - Constructor for class me.adaptive.arp.api.ICapabilitiesNetAdapter
 
ICapabilitiesNotification - Enum in me.adaptive.arp.api
Enumeration ICapabilitiesNotification
ICapabilitiesNotificationAdapter - Class in me.adaptive.arp.api
ICapabilitiesNotification custom serializer/deserializer.
ICapabilitiesNotificationAdapter() - Constructor for class me.adaptive.arp.api.ICapabilitiesNotificationAdapter
 
ICapabilitiesOrientation - Enum in me.adaptive.arp.api
Enumeration ICapabilitiesOrientation
ICapabilitiesOrientationAdapter - Class in me.adaptive.arp.api
ICapabilitiesOrientation custom serializer/deserializer.
ICapabilitiesOrientationAdapter() - Constructor for class me.adaptive.arp.api.ICapabilitiesOrientationAdapter
 
ICapabilitiesSensor - Enum in me.adaptive.arp.api
Enumeration ICapabilitiesSensor
ICapabilitiesSensorAdapter - Class in me.adaptive.arp.api
ICapabilitiesSensor custom serializer/deserializer.
ICapabilitiesSensorAdapter() - Constructor for class me.adaptive.arp.api.ICapabilitiesSensorAdapter
 
ICloud - Interface in me.adaptive.arp.api
Interface for Managing the Cloud operations
ICompression - Interface in me.adaptive.arp.api
Interface for Managing the Compression operations
IConcurrent - Interface in me.adaptive.arp.api
Interface for Managing the Concurrent operations
IContact - Interface in me.adaptive.arp.api
Interface for Managing the Contact operations
IContactFieldGroup - Enum in me.adaptive.arp.api
Enumeration IContactFieldGroup
IContactFieldGroupAdapter - Class in me.adaptive.arp.api
IContactFieldGroup custom serializer/deserializer.
IContactFieldGroupAdapter() - Constructor for class me.adaptive.arp.api.IContactFieldGroupAdapter
 
IContactFilter - Enum in me.adaptive.arp.api
Enumeration IContactFilter
IContactFilterAdapter - Class in me.adaptive.arp.api
IContactFilter custom serializer/deserializer.
IContactFilterAdapter() - Constructor for class me.adaptive.arp.api.IContactFilterAdapter
 
IContactPhotoResultCallback - Interface in me.adaptive.arp.api
Interface for Managing the Contact operations
IContactPhotoResultCallbackError - Enum in me.adaptive.arp.api
Enumeration IContactPhotoResultCallbackError
IContactPhotoResultCallbackErrorAdapter - Class in me.adaptive.arp.api
IContactPhotoResultCallbackError custom serializer/deserializer.
IContactPhotoResultCallbackErrorAdapter() - Constructor for class me.adaptive.arp.api.IContactPhotoResultCallbackErrorAdapter
 
IContactPhotoResultCallbackWarning - Enum in me.adaptive.arp.api
Enumeration IContactPhotoResultCallbackWarning
IContactPhotoResultCallbackWarningAdapter - Class in me.adaptive.arp.api
IContactPhotoResultCallbackWarning custom serializer/deserializer.
IContactPhotoResultCallbackWarningAdapter() - Constructor for class me.adaptive.arp.api.IContactPhotoResultCallbackWarningAdapter
 
IContactResultCallback - Interface in me.adaptive.arp.api
Interface for Managing the Contact operations
IContactResultCallbackError - Enum in me.adaptive.arp.api
Enumeration IContactResultCallbackError
IContactResultCallbackErrorAdapter - Class in me.adaptive.arp.api
IContactResultCallbackError custom serializer/deserializer.
IContactResultCallbackErrorAdapter() - Constructor for class me.adaptive.arp.api.IContactResultCallbackErrorAdapter
 
IContactResultCallbackWarning - Enum in me.adaptive.arp.api
Enumeration IContactResultCallbackWarning
IContactResultCallbackWarningAdapter - Class in me.adaptive.arp.api
IContactResultCallbackWarning custom serializer/deserializer.
IContactResultCallbackWarningAdapter() - Constructor for class me.adaptive.arp.api.IContactResultCallbackWarningAdapter
 
ICrypto - Interface in me.adaptive.arp.api
Interface for Managing the Cloud operations
IDatabase - Interface in me.adaptive.arp.api
Interface for Managing the Cloud operations
IDatabaseResultCallback - Interface in me.adaptive.arp.api
Interface for Managing the Cloud operations
IDatabaseResultCallbackError - Enum in me.adaptive.arp.api
Enumeration IDatabaseResultCallbackError
IDatabaseResultCallbackErrorAdapter - Class in me.adaptive.arp.api
IDatabaseResultCallbackError custom serializer/deserializer.
IDatabaseResultCallbackErrorAdapter() - Constructor for class me.adaptive.arp.api.IDatabaseResultCallbackErrorAdapter
 
IDatabaseResultCallbackWarning - Enum in me.adaptive.arp.api
Enumeration IDatabaseResultCallbackWarning
IDatabaseResultCallbackWarningAdapter - Class in me.adaptive.arp.api
IDatabaseResultCallbackWarning custom serializer/deserializer.
IDatabaseResultCallbackWarningAdapter() - Constructor for class me.adaptive.arp.api.IDatabaseResultCallbackWarningAdapter
 
IDatabaseTableResultCallback - Interface in me.adaptive.arp.api
Interface for Managing the Cloud operations
IDatabaseTableResultCallbackError - Enum in me.adaptive.arp.api
Enumeration IDatabaseTableResultCallbackError
IDatabaseTableResultCallbackErrorAdapter - Class in me.adaptive.arp.api
IDatabaseTableResultCallbackError custom serializer/deserializer.
IDatabaseTableResultCallbackErrorAdapter() - Constructor for class me.adaptive.arp.api.IDatabaseTableResultCallbackErrorAdapter
 
IDatabaseTableResultCallbackWarning - Enum in me.adaptive.arp.api
Enumeration IDatabaseTableResultCallbackWarning
IDatabaseTableResultCallbackWarningAdapter - Class in me.adaptive.arp.api
IDatabaseTableResultCallbackWarning custom serializer/deserializer.
IDatabaseTableResultCallbackWarningAdapter() - Constructor for class me.adaptive.arp.api.IDatabaseTableResultCallbackWarningAdapter
 
IDataStream - Interface in me.adaptive.arp.api
Interface for Managing the DataStream operations
IDesktop - Interface in me.adaptive.arp.api
Interface for Managing the Desktop operations
IDevice - Interface in me.adaptive.arp.api
Interface for Managing the Device operations
IDeviceOrientationListener - Interface in me.adaptive.arp.api
Interface for handling device orientation change events.
IDeviceOrientationListenerError - Enum in me.adaptive.arp.api
Enumeration IDeviceOrientationListenerError
IDeviceOrientationListenerErrorAdapter - Class in me.adaptive.arp.api
IDeviceOrientationListenerError custom serializer/deserializer.
IDeviceOrientationListenerErrorAdapter() - Constructor for class me.adaptive.arp.api.IDeviceOrientationListenerErrorAdapter
 
IDeviceOrientationListenerWarning - Enum in me.adaptive.arp.api
Enumeration IDeviceOrientationListenerWarning
IDeviceOrientationListenerWarningAdapter - Class in me.adaptive.arp.api
IDeviceOrientationListenerWarning custom serializer/deserializer.
IDeviceOrientationListenerWarningAdapter() - Constructor for class me.adaptive.arp.api.IDeviceOrientationListenerWarningAdapter
 
IDisplay - Interface in me.adaptive.arp.api
Interface for Managing the Display operations
IDisplayOrientationListener - Interface in me.adaptive.arp.api
Interface for handling display orientation change events.
IDisplayOrientationListenerError - Enum in me.adaptive.arp.api
Enumeration IDisplayOrientationListenerError
IDisplayOrientationListenerErrorAdapter - Class in me.adaptive.arp.api
IDisplayOrientationListenerError custom serializer/deserializer.
IDisplayOrientationListenerErrorAdapter() - Constructor for class me.adaptive.arp.api.IDisplayOrientationListenerErrorAdapter
 
IDisplayOrientationListenerWarning - Enum in me.adaptive.arp.api
Enumeration IDisplayOrientationListenerWarning
IDisplayOrientationListenerWarningAdapter - Class in me.adaptive.arp.api
IDisplayOrientationListenerWarning custom serializer/deserializer.
IDisplayOrientationListenerWarningAdapter() - Constructor for class me.adaptive.arp.api.IDisplayOrientationListenerWarningAdapter
 
IFacebook - Interface in me.adaptive.arp.api
Interface for Managing the Facebook operations
IFile - Interface in me.adaptive.arp.api
Interface for Managing the File operations
IFileDataLoadResultCallback - Interface in me.adaptive.arp.api
Interface for Managing the File loading callback responses
IFileDataLoadResultCallbackError - Enum in me.adaptive.arp.api
Enumeration IFileDataLoadResultCallbackError
IFileDataLoadResultCallbackErrorAdapter - Class in me.adaptive.arp.api
IFileDataLoadResultCallbackError custom serializer/deserializer.
IFileDataLoadResultCallbackErrorAdapter() - Constructor for class me.adaptive.arp.api.IFileDataLoadResultCallbackErrorAdapter
 
IFileDataLoadResultCallbackWarning - Enum in me.adaptive.arp.api
Enumeration IFileDataLoadResultCallbackWarning
IFileDataLoadResultCallbackWarningAdapter - Class in me.adaptive.arp.api
IFileDataLoadResultCallbackWarning custom serializer/deserializer.
IFileDataLoadResultCallbackWarningAdapter() - Constructor for class me.adaptive.arp.api.IFileDataLoadResultCallbackWarningAdapter
 
IFileDataStoreResultCallback - Interface in me.adaptive.arp.api
Interface for Managing the File store operations callback
IFileDataStoreResultCallbackError - Enum in me.adaptive.arp.api
Enumeration IFileDataStoreResultCallbackError
IFileDataStoreResultCallbackErrorAdapter - Class in me.adaptive.arp.api
IFileDataStoreResultCallbackError custom serializer/deserializer.
IFileDataStoreResultCallbackErrorAdapter() - Constructor for class me.adaptive.arp.api.IFileDataStoreResultCallbackErrorAdapter
 
IFileDataStoreResultCallbackWarning - Enum in me.adaptive.arp.api
Enumeration IFileDataStoreResultCallbackWarning
IFileDataStoreResultCallbackWarningAdapter - Class in me.adaptive.arp.api
IFileDataStoreResultCallbackWarning custom serializer/deserializer.
IFileDataStoreResultCallbackWarningAdapter() - Constructor for class me.adaptive.arp.api.IFileDataStoreResultCallbackWarningAdapter
 
IFileListResultCallback - Interface in me.adaptive.arp.api
Interface for Managing the File result operations
IFileListResultCallbackError - Enum in me.adaptive.arp.api
Enumeration IFileListResultCallbackError
IFileListResultCallbackErrorAdapter - Class in me.adaptive.arp.api
IFileListResultCallbackError custom serializer/deserializer.
IFileListResultCallbackErrorAdapter() - Constructor for class me.adaptive.arp.api.IFileListResultCallbackErrorAdapter
 
IFileListResultCallbackWarning - Enum in me.adaptive.arp.api
Enumeration IFileListResultCallbackWarning
IFileListResultCallbackWarningAdapter - Class in me.adaptive.arp.api
IFileListResultCallbackWarning custom serializer/deserializer.
IFileListResultCallbackWarningAdapter() - Constructor for class me.adaptive.arp.api.IFileListResultCallbackWarningAdapter
 
IFileResultCallback - Interface in me.adaptive.arp.api
Interface for Managing the File operations callback
IFileResultCallbackError - Enum in me.adaptive.arp.api
Enumeration IFileResultCallbackError
IFileResultCallbackErrorAdapter - Class in me.adaptive.arp.api
IFileResultCallbackError custom serializer/deserializer.
IFileResultCallbackErrorAdapter() - Constructor for class me.adaptive.arp.api.IFileResultCallbackErrorAdapter
 
IFileResultCallbackWarning - Enum in me.adaptive.arp.api
Enumeration IFileResultCallbackWarning
IFileResultCallbackWarningAdapter - Class in me.adaptive.arp.api
IFileResultCallbackWarning custom serializer/deserializer.
IFileResultCallbackWarningAdapter() - Constructor for class me.adaptive.arp.api.IFileResultCallbackWarningAdapter
 
IFileSystem - Interface in me.adaptive.arp.api
Interface for Managing the File System operations
IFileSystemSecurity - Enum in me.adaptive.arp.api
Enumeration IFileSystemSecurity
IFileSystemSecurityAdapter - Class in me.adaptive.arp.api
IFileSystemSecurity custom serializer/deserializer.
IFileSystemSecurityAdapter() - Constructor for class me.adaptive.arp.api.IFileSystemSecurityAdapter
 
IFileSystemStorageType - Enum in me.adaptive.arp.api
Enumeration IFileSystemStorageType
IFileSystemStorageTypeAdapter - Class in me.adaptive.arp.api
IFileSystemStorageType custom serializer/deserializer.
IFileSystemStorageTypeAdapter() - Constructor for class me.adaptive.arp.api.IFileSystemStorageTypeAdapter
 
IFileSystemType - Enum in me.adaptive.arp.api
Enumeration IFileSystemType
IFileSystemTypeAdapter - Class in me.adaptive.arp.api
IFileSystemType custom serializer/deserializer.
IFileSystemTypeAdapter() - Constructor for class me.adaptive.arp.api.IFileSystemTypeAdapter
 
IGeolocation - Interface in me.adaptive.arp.api
Interface for Managing the Geolocation operations
IGeolocationListener - Interface in me.adaptive.arp.api
Interface for Managing the Geolocation results
IGeolocationListenerError - Enum in me.adaptive.arp.api
Enumeration IGeolocationListenerError
IGeolocationListenerErrorAdapter - Class in me.adaptive.arp.api
IGeolocationListenerError custom serializer/deserializer.
IGeolocationListenerErrorAdapter() - Constructor for class me.adaptive.arp.api.IGeolocationListenerErrorAdapter
 
IGeolocationListenerWarning - Enum in me.adaptive.arp.api
Enumeration IGeolocationListenerWarning
IGeolocationListenerWarningAdapter - Class in me.adaptive.arp.api
IGeolocationListenerWarning custom serializer/deserializer.
IGeolocationListenerWarningAdapter() - Constructor for class me.adaptive.arp.api.IGeolocationListenerWarningAdapter
 
IGlobalization - Interface in me.adaptive.arp.api
Interface for Managing the Globalization results
IGooglePlus - Interface in me.adaptive.arp.api
Interface for Managing the Google Plus operations
IGyroscope - Interface in me.adaptive.arp.api
Interface for Managing the Giroscope operations
IImaging - Interface in me.adaptive.arp.api
Interface for Managing the Imaging operations
IInternalStorage - Interface in me.adaptive.arp.api
Interface for Managing the Internal Storage operations
ILifecycle - Interface in me.adaptive.arp.api
Interface for Managing the Lifecycle listeners
ILifecycleListener - Interface in me.adaptive.arp.api
Interface for Managing the Lifecycle listeners
ILifecycleListenerError - Enum in me.adaptive.arp.api
Enumeration ILifecycleListenerError
ILifecycleListenerErrorAdapter - Class in me.adaptive.arp.api
ILifecycleListenerError custom serializer/deserializer.
ILifecycleListenerErrorAdapter() - Constructor for class me.adaptive.arp.api.ILifecycleListenerErrorAdapter
 
ILifecycleListenerWarning - Enum in me.adaptive.arp.api
Enumeration ILifecycleListenerWarning
ILifecycleListenerWarningAdapter - Class in me.adaptive.arp.api
ILifecycleListenerWarning custom serializer/deserializer.
ILifecycleListenerWarningAdapter() - Constructor for class me.adaptive.arp.api.ILifecycleListenerWarningAdapter
 
ILinkedIn - Interface in me.adaptive.arp.api
Interface for Managing the Linkedin operations
ILogging - Interface in me.adaptive.arp.api
Interface for Managing the Logging operations
ILoggingLogLevel - Enum in me.adaptive.arp.api
Enumeration ILoggingLogLevel
ILoggingLogLevelAdapter - Class in me.adaptive.arp.api
ILoggingLogLevel custom serializer/deserializer.
ILoggingLogLevelAdapter() - Constructor for class me.adaptive.arp.api.ILoggingLogLevelAdapter
 
ImagingBridge - Class in me.adaptive.arp.api
Interface for Managing the Imaging operations Auto-generated implementation of IImaging specification.
ImagingBridge(IImaging) - Constructor for class me.adaptive.arp.api.ImagingBridge
Constructor with delegate.
IMagnetometer - Interface in me.adaptive.arp.api
Interface for Managing the Magnetometer operations
IMail - Interface in me.adaptive.arp.api
Interface for Managing the Mail operations
IManagement - Interface in me.adaptive.arp.api
Interface for Managing the Management operations
IMap - Interface in me.adaptive.arp.api
Interface for Managing the Map operations
IMessaging - Interface in me.adaptive.arp.api
Interface for Managing the Messaging operations
IMessagingCallback - Interface in me.adaptive.arp.api
Interface for Managing the Messaging responses
IMessagingCallbackError - Enum in me.adaptive.arp.api
Enumeration IMessagingCallbackError
IMessagingCallbackErrorAdapter - Class in me.adaptive.arp.api
IMessagingCallbackError custom serializer/deserializer.
IMessagingCallbackErrorAdapter() - Constructor for class me.adaptive.arp.api.IMessagingCallbackErrorAdapter
 
IMessagingCallbackWarning - Enum in me.adaptive.arp.api
Enumeration IMessagingCallbackWarning
IMessagingCallbackWarningAdapter - Class in me.adaptive.arp.api
IMessagingCallbackWarning custom serializer/deserializer.
IMessagingCallbackWarningAdapter() - Constructor for class me.adaptive.arp.api.IMessagingCallbackWarningAdapter
 
INetworkInfo - Interface in me.adaptive.arp.api
Interface for Managing the Network information operations
INetworkNaming - Interface in me.adaptive.arp.api
Interface for Managing the Network naming operations
INetworkReachability - Interface in me.adaptive.arp.api
Interface for Managing the Network reachability operations
INetworkReachabilityCallback - Interface in me.adaptive.arp.api
Interface for Managing the Network reachability callback result
INetworkReachabilityCallbackError - Enum in me.adaptive.arp.api
Enumeration INetworkReachabilityCallbackError
INetworkReachabilityCallbackErrorAdapter - Class in me.adaptive.arp.api
INetworkReachabilityCallbackError custom serializer/deserializer.
INetworkReachabilityCallbackErrorAdapter() - Constructor for class me.adaptive.arp.api.INetworkReachabilityCallbackErrorAdapter
 
INetworkReachabilityCallbackWarning - Enum in me.adaptive.arp.api
Enumeration INetworkReachabilityCallbackWarning
INetworkReachabilityCallbackWarningAdapter - Class in me.adaptive.arp.api
INetworkReachabilityCallbackWarning custom serializer/deserializer.
INetworkReachabilityCallbackWarningAdapter() - Constructor for class me.adaptive.arp.api.INetworkReachabilityCallbackWarningAdapter
 
INetworkStatus - Interface in me.adaptive.arp.api
Interface for Managing the Network status
INetworkStatusListener - Interface in me.adaptive.arp.api
Interface for Managing the Network status listener networkEvents
INetworkStatusListenerError - Enum in me.adaptive.arp.api
Enumeration INetworkStatusListenerError
INetworkStatusListenerErrorAdapter - Class in me.adaptive.arp.api
INetworkStatusListenerError custom serializer/deserializer.
INetworkStatusListenerErrorAdapter() - Constructor for class me.adaptive.arp.api.INetworkStatusListenerErrorAdapter
 
INetworkStatusListenerWarning - Enum in me.adaptive.arp.api
Enumeration INetworkStatusListenerWarning
INetworkStatusListenerWarningAdapter - Class in me.adaptive.arp.api
INetworkStatusListenerWarning custom serializer/deserializer.
INetworkStatusListenerWarningAdapter() - Constructor for class me.adaptive.arp.api.INetworkStatusListenerWarningAdapter
 
INFC - Interface in me.adaptive.arp.api
Interface for Managing the NFC operations
INotification - Interface in me.adaptive.arp.api
Interface for Managing the Notification operations
INotificationLocal - Interface in me.adaptive.arp.api
Interface for Managing the Local Notifications operations
InternalStorageBridge - Class in me.adaptive.arp.api
Interface for Managing the Internal Storage operations Auto-generated implementation of IInternalStorage specification.
InternalStorageBridge(IInternalStorage) - Constructor for class me.adaptive.arp.api.InternalStorageBridge
Constructor with delegate.
invoke(APIRequest) - Method in class me.adaptive.arp.api.AccelerationBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.AdsBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.AlarmBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.AmbientLightBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.AnalyticsBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in interface me.adaptive.arp.api.APIBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.AudioBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.BarcodeBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.BarometerBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.BaseApplicationBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.BaseCommerceBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.BaseCommunicationBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.BaseDataBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.BaseMediaBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.BaseNotificationBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.BasePIMBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.BaseReaderBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.BaseSecurityBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.BaseSensorBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.BaseSocialBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.BaseSystemBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.BaseUIBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.BaseUtilBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.BluetoothBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.BrowserBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.CalendarBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.CameraBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.CapabilitiesBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.CloudBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.CompressionBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.ConcurrentBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.ContactBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.CryptoBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.DatabaseBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.DataStreamBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.DesktopBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.DeviceBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.DisplayBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.FacebookBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.FileBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.FileSystemBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.GeolocationBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.GlobalizationBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.GooglePlusBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.GyroscopeBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.ImagingBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.InternalStorageBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.LifecycleBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.LinkedInBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.LoggingBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.MagnetometerBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.MailBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.ManagementBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.MapBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.MessagingBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.NetworkInfoBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.NetworkNamingBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.NetworkReachabilityBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.NetworkStatusBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.NFCBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.NotificationBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.NotificationLocalBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.OAuthBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.OCRBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.OpenIdBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.OSBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.PrintingBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.ProximityBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.QRCodeBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.RSSBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.RuntimeBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.SecurityBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.ServiceBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.SettingsBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.SocketBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.StoreBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.TelephonyBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.TimerBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.TwitterBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.UIBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.UpdateBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.VibrationBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.VideoBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.WalletBridge
Invokes the given method specified in the API request object.
invoke(APIRequest) - Method in class me.adaptive.arp.api.XMLBridge
Invokes the given method specified in the API request object.
invokeService(ServiceRequest, IServiceResultCallback) - Method in interface me.adaptive.arp.api.IService
Executes the given ServiceRequest and provides responses to the given callback handler.
invokeService(ServiceRequest, IServiceResultCallback) - Method in class me.adaptive.arp.api.ServiceBridge
Executes the given ServiceRequest and provides responses to the given callback handler.
IOAuth - Interface in me.adaptive.arp.api
Interface for Managing the OAuth operations
IOCR - Interface in me.adaptive.arp.api
Interface for Managing the OCR operations
IOpenId - Interface in me.adaptive.arp.api
Interface for Managing the OpenID operations
IOS - Interface in me.adaptive.arp.api
Interface for Managing the OS operations
IOSType - Enum in me.adaptive.arp.api
Enumeration IOSType
IOSTypeAdapter - Class in me.adaptive.arp.api
IOSType custom serializer/deserializer.
IOSTypeAdapter() - Constructor for class me.adaptive.arp.api.IOSTypeAdapter
 
IPrinting - Interface in me.adaptive.arp.api
Interface for Managing the Printing operations
IProximity - Interface in me.adaptive.arp.api
Interface for Managing the Proximity operations
IQRCode - Interface in me.adaptive.arp.api
Interface for Managing the QR Code operations
IRSS - Interface in me.adaptive.arp.api
Interface for Managing the RSS operations
IRuntime - Interface in me.adaptive.arp.api
Interface for Managing the Runtime operations
isBackground() - Method in interface me.adaptive.arp.api.ILifecycle
Whether the application is in background or not
isBackground() - Method in class me.adaptive.arp.api.LifecycleBridge
Whether the application is in background or not
isDeviceModified() - Method in interface me.adaptive.arp.api.ISecurity
Returns if the device has been modified in anyhow
isDeviceModified() - Method in class me.adaptive.arp.api.SecurityBridge
Returns if the device has been modified in anyhow
isDirectory(FileDescriptor) - Method in class me.adaptive.arp.api.FileBridge
Check whether this is a path of a file.
isDirectory(FileDescriptor) - Method in interface me.adaptive.arp.api.IFile
Check whether this is a path of a file.
ISecurity - Interface in me.adaptive.arp.api
Interface for Managing the Security operations
ISecurityResultCallback - Interface in me.adaptive.arp.api
Interface for Managing the Security result callback
ISecurityResultCallbackError - Enum in me.adaptive.arp.api
Enumeration ISecurityResultCallbackError
ISecurityResultCallbackErrorAdapter - Class in me.adaptive.arp.api
ISecurityResultCallbackError custom serializer/deserializer.
ISecurityResultCallbackErrorAdapter() - Constructor for class me.adaptive.arp.api.ISecurityResultCallbackErrorAdapter
 
ISecurityResultCallbackWarning - Enum in me.adaptive.arp.api
Enumeration ISecurityResultCallbackWarning
ISecurityResultCallbackWarningAdapter - Class in me.adaptive.arp.api
ISecurityResultCallbackWarning custom serializer/deserializer.
ISecurityResultCallbackWarningAdapter() - Constructor for class me.adaptive.arp.api.ISecurityResultCallbackWarningAdapter
 
IService - Interface in me.adaptive.arp.api
Interface for Managing the Services operations
IServiceCertificateValidation - Enum in me.adaptive.arp.api
Enumeration IServiceCertificateValidation
IServiceCertificateValidationAdapter - Class in me.adaptive.arp.api
IServiceCertificateValidation custom serializer/deserializer.
IServiceCertificateValidationAdapter() - Constructor for class me.adaptive.arp.api.IServiceCertificateValidationAdapter
 
IServiceContentEncoding - Enum in me.adaptive.arp.api
Enumeration IServiceContentEncoding
IServiceContentEncodingAdapter - Class in me.adaptive.arp.api
IServiceContentEncoding custom serializer/deserializer.
IServiceContentEncodingAdapter() - Constructor for class me.adaptive.arp.api.IServiceContentEncodingAdapter
 
IServiceMethod - Enum in me.adaptive.arp.api
Enumeration IServiceMethod
IServiceMethodAdapter - Class in me.adaptive.arp.api
IServiceMethod custom serializer/deserializer.
IServiceMethodAdapter() - Constructor for class me.adaptive.arp.api.IServiceMethodAdapter
 
IServiceResultCallback - Interface in me.adaptive.arp.api
Interface for Managing the Services operations
IServiceResultCallbackError - Enum in me.adaptive.arp.api
Enumeration IServiceResultCallbackError
IServiceResultCallbackErrorAdapter - Class in me.adaptive.arp.api
IServiceResultCallbackError custom serializer/deserializer.
IServiceResultCallbackErrorAdapter() - Constructor for class me.adaptive.arp.api.IServiceResultCallbackErrorAdapter
 
IServiceResultCallbackWarning - Enum in me.adaptive.arp.api
Enumeration IServiceResultCallbackWarning
IServiceResultCallbackWarningAdapter - Class in me.adaptive.arp.api
IServiceResultCallbackWarning custom serializer/deserializer.
IServiceResultCallbackWarningAdapter() - Constructor for class me.adaptive.arp.api.IServiceResultCallbackWarningAdapter
 
IServiceType - Enum in me.adaptive.arp.api
Enumeration IServiceType
IServiceTypeAdapter - Class in me.adaptive.arp.api
IServiceType custom serializer/deserializer.
IServiceTypeAdapter() - Constructor for class me.adaptive.arp.api.IServiceTypeAdapter
 
ISettings - Interface in me.adaptive.arp.api
Interface for Managing the Settings operations
isNetworkReachable(String, INetworkReachabilityCallback) - Method in interface me.adaptive.arp.api.INetworkReachability
Whether there is connectivity to a host, via domain name or ip address, or not.
isNetworkReachable(String, INetworkReachabilityCallback) - Method in class me.adaptive.arp.api.NetworkReachabilityBridge
Whether there is connectivity to a host, via domain name or ip address, or not.
isNetworkServiceReachable(String, INetworkReachabilityCallback) - Method in interface me.adaptive.arp.api.INetworkReachability
Whether there is connectivity to an url of a service or not.
isNetworkServiceReachable(String, INetworkReachabilityCallback) - Method in class me.adaptive.arp.api.NetworkReachabilityBridge
Whether there is connectivity to an url of a service or not.
ISocket - Interface in me.adaptive.arp.api
Interface for Managing the Socket operations
isServiceRegistered(String, String, String, IServiceMethod) - Method in interface me.adaptive.arp.api.IService
Checks whether a specific service, endpoint, function and method type is configured in the platform's XML service definition file.
isServiceRegistered(String, String, String, IServiceMethod) - Method in class me.adaptive.arp.api.ServiceBridge
Checks whether a specific service, endpoint, function and method type is configured in the platform's XML service definition file.
IStore - Interface in me.adaptive.arp.api
Interface for Managing the Store operations
ITelephony - Interface in me.adaptive.arp.api
Interface for Managing the Telephony operations
ITelephonyStatus - Enum in me.adaptive.arp.api
Enumeration ITelephonyStatus
ITelephonyStatusAdapter - Class in me.adaptive.arp.api
ITelephonyStatus custom serializer/deserializer.
ITelephonyStatusAdapter() - Constructor for class me.adaptive.arp.api.ITelephonyStatusAdapter
 
ITimer - Interface in me.adaptive.arp.api
Interface for Managing the Timer operations
ITwitter - Interface in me.adaptive.arp.api
Interface for Managing the Twitter operations
IUI - Interface in me.adaptive.arp.api
Interface for Managing the UI operations
IUpdate - Interface in me.adaptive.arp.api
Interface for Managing the Update operations
IVibration - Interface in me.adaptive.arp.api
Interface for Managing the Vibration operations
IVideo - Interface in me.adaptive.arp.api
Interface for Managing the Video operations
IWallet - Interface in me.adaptive.arp.api
Interface for Managing the Wallet operations
IXML - Interface in me.adaptive.arp.api
Interface for Managing the XML operations

K

KeyPair - Class in me.adaptive.arp.api
Represents a basic bean to store keyName pair values
KeyPair() - Constructor for class me.adaptive.arp.api.KeyPair
Default Constructor
KeyPair(String, String) - Constructor for class me.adaptive.arp.api.KeyPair
Constructor using fields
KeyValue - Class in me.adaptive.arp.api
General key/value holder class.
KeyValue() - Constructor for class me.adaptive.arp.api.KeyValue
Default constructor.
KeyValue(String, String) - Constructor for class me.adaptive.arp.api.KeyValue
Convenience constructor.

L

Lifecycle - Class in me.adaptive.arp.api
Represents a specific application life-cycle stage.
Lifecycle() - Constructor for class me.adaptive.arp.api.Lifecycle
Default constructor
Lifecycle(LifecycleState, long) - Constructor for class me.adaptive.arp.api.Lifecycle
Constructor used by the implementation
LifecycleBridge - Class in me.adaptive.arp.api
Interface for Managing the Lifecycle listeners Auto-generated implementation of ILifecycle specification.
LifecycleBridge(ILifecycle) - Constructor for class me.adaptive.arp.api.LifecycleBridge
Constructor with delegate.
LifecycleListenerImpl - Class in me.adaptive.arp.api
Interface for Managing the Lifecycle listeners Auto-generated implementation of ILifecycleListener specification.
LifecycleListenerImpl(long) - Constructor for class me.adaptive.arp.api.LifecycleListenerImpl
Constructor with listener id.
LifecycleState - Enum in me.adaptive.arp.api
Enumeration LifecycleState
LifecycleStateAdapter - Class in me.adaptive.arp.api
LifecycleState custom serializer/deserializer.
LifecycleStateAdapter() - Constructor for class me.adaptive.arp.api.LifecycleStateAdapter
 
LinkedInBridge - Class in me.adaptive.arp.api
Interface for Managing the Linkedin operations Auto-generated implementation of ILinkedIn specification.
LinkedInBridge(ILinkedIn) - Constructor for class me.adaptive.arp.api.LinkedInBridge
Constructor with delegate.
listFiles(FileDescriptor, IFileListResultCallback) - Method in class me.adaptive.arp.api.FileBridge
List all the files contained within this file/path reference.
listFiles(FileDescriptor, IFileListResultCallback) - Method in interface me.adaptive.arp.api.IFile
List all the files contained within this file/path reference.
listFilesForRegex(FileDescriptor, String, IFileListResultCallback) - Method in class me.adaptive.arp.api.FileBridge
List all the files matching the speficied regex filter within this file/path reference.
listFilesForRegex(FileDescriptor, String, IFileListResultCallback) - Method in interface me.adaptive.arp.api.IFile
List all the files matching the speficied regex filter within this file/path reference.
Locale - Class in me.adaptive.arp.api
Represents a specific user or system locate.
Locale() - Constructor for class me.adaptive.arp.api.Locale
Default constructor
Locale(String, String) - Constructor for class me.adaptive.arp.api.Locale
Constructor used by the implementation
log(ILoggingLogLevel, String, String) - Method in interface me.adaptive.arp.api.ILogging
Logs the given message, with the given log level if specified, to the standard platform/environment.
log(ILoggingLogLevel, String) - Method in interface me.adaptive.arp.api.ILogging
Logs the given message, with the given log level if specified, to the standard platform/environment.
log(ILoggingLogLevel, String) - Method in class me.adaptive.arp.api.LoggingBridge
Logs the given message, with the given log level if specified, to the standard platform/environment.
log(ILoggingLogLevel, String, String) - Method in class me.adaptive.arp.api.LoggingBridge
Logs the given message, with the given log level if specified, to the standard platform/environment.
LoggingBridge - Class in me.adaptive.arp.api
Interface for Managing the Logging operations Auto-generated implementation of ILogging specification.
LoggingBridge(ILogging) - Constructor for class me.adaptive.arp.api.LoggingBridge
Constructor with delegate.

M

MagnetometerBridge - Class in me.adaptive.arp.api
Interface for Managing the Magnetometer operations Auto-generated implementation of IMagnetometer specification.
MagnetometerBridge(IMagnetometer) - Constructor for class me.adaptive.arp.api.MagnetometerBridge
Constructor with delegate.
MailBridge - Class in me.adaptive.arp.api
Interface for Managing the Mail operations Auto-generated implementation of IMail specification.
MailBridge(IMail) - Constructor for class me.adaptive.arp.api.MailBridge
Constructor with delegate.
ManagementBridge - Class in me.adaptive.arp.api
Interface for Managing the Management operations Auto-generated implementation of IManagement specification.
ManagementBridge(IManagement) - Constructor for class me.adaptive.arp.api.ManagementBridge
Constructor with delegate.
MapBridge - Class in me.adaptive.arp.api
Interface for Managing the Map operations Auto-generated implementation of IMap specification.
MapBridge(IMap) - Constructor for class me.adaptive.arp.api.MapBridge
Constructor with delegate.
me.adaptive.arp.api - package me.adaptive.arp.api
 
MessagingBridge - Class in me.adaptive.arp.api
Interface for Managing the Messaging operations Auto-generated implementation of IMessaging specification.
MessagingBridge(IMessaging) - Constructor for class me.adaptive.arp.api.MessagingBridge
Constructor with delegate.
MessagingCallbackImpl - Class in me.adaptive.arp.api
Interface for Managing the Messaging responses Auto-generated implementation of IMessagingCallback specification.
MessagingCallbackImpl(long) - Constructor for class me.adaptive.arp.api.MessagingCallbackImpl
Constructor with callback id.
mkDir(FileDescriptor, boolean) - Method in class me.adaptive.arp.api.FileBridge
Creates the parent path (or paths, if recursive) to the given file/path if it doesn't already exist.
mkDir(FileDescriptor, boolean) - Method in interface me.adaptive.arp.api.IFile
Creates the parent path (or paths, if recursive) to the given file/path if it doesn't already exist.
move(FileDescriptor, FileDescriptor, boolean, boolean, IFileResultCallback) - Method in class me.adaptive.arp.api.FileBridge
Moves the current file to the given file destination, optionally overwriting and creating the path to the new destination file.
move(FileDescriptor, FileDescriptor, boolean, boolean, IFileResultCallback) - Method in interface me.adaptive.arp.api.IFile
Moves the current file to the given file destination, optionally overwriting and creating the path to the new destination file.

N

NetworkEvent - Class in me.adaptive.arp.api
Represents a network handover event on the system.
NetworkEvent() - Constructor for class me.adaptive.arp.api.NetworkEvent
Default constructor
NetworkEvent(ICapabilitiesNet, long) - Constructor for class me.adaptive.arp.api.NetworkEvent
Constructor used by the implementation
NetworkInfoBridge - Class in me.adaptive.arp.api
Interface for Managing the Network information operations Auto-generated implementation of INetworkInfo specification.
NetworkInfoBridge(INetworkInfo) - Constructor for class me.adaptive.arp.api.NetworkInfoBridge
Constructor with delegate.
NetworkNamingBridge - Class in me.adaptive.arp.api
Interface for Managing the Network naming operations Auto-generated implementation of INetworkNaming specification.
NetworkNamingBridge(INetworkNaming) - Constructor for class me.adaptive.arp.api.NetworkNamingBridge
Constructor with delegate.
NetworkReachabilityBridge - Class in me.adaptive.arp.api
Interface for Managing the Network reachability operations Auto-generated implementation of INetworkReachability specification.
NetworkReachabilityBridge(INetworkReachability) - Constructor for class me.adaptive.arp.api.NetworkReachabilityBridge
Constructor with delegate.
NetworkReachabilityCallbackImpl - Class in me.adaptive.arp.api
Interface for Managing the Network reachability callback result Auto-generated implementation of INetworkReachabilityCallback specification.
NetworkReachabilityCallbackImpl(long) - Constructor for class me.adaptive.arp.api.NetworkReachabilityCallbackImpl
Constructor with callback id.
NetworkStatusBridge - Class in me.adaptive.arp.api
Interface for Managing the Network status Auto-generated implementation of INetworkStatus specification.
NetworkStatusBridge(INetworkStatus) - Constructor for class me.adaptive.arp.api.NetworkStatusBridge
Constructor with delegate.
NetworkStatusListenerImpl - Class in me.adaptive.arp.api
Interface for Managing the Network status listener networkEvents Auto-generated implementation of INetworkStatusListener specification.
NetworkStatusListenerImpl(long) - Constructor for class me.adaptive.arp.api.NetworkStatusListenerImpl
Constructor with listener id.
NFCBridge - Class in me.adaptive.arp.api
Interface for Managing the NFC operations Auto-generated implementation of INFC specification.
NFCBridge(INFC) - Constructor for class me.adaptive.arp.api.NFCBridge
Constructor with delegate.
NotificationBridge - Class in me.adaptive.arp.api
Interface for Managing the Notification operations Auto-generated implementation of INotification specification.
NotificationBridge(INotification) - Constructor for class me.adaptive.arp.api.NotificationBridge
Constructor with delegate.
NotificationLocalBridge - Class in me.adaptive.arp.api
Interface for Managing the Local Notifications operations Auto-generated implementation of INotificationLocal specification.
NotificationLocalBridge(INotificationLocal) - Constructor for class me.adaptive.arp.api.NotificationLocalBridge
Constructor with delegate.

O

OAuthBridge - Class in me.adaptive.arp.api
Interface for Managing the OAuth operations Auto-generated implementation of IOAuth specification.
OAuthBridge(IOAuth) - Constructor for class me.adaptive.arp.api.OAuthBridge
Constructor with delegate.
OCRBridge - Class in me.adaptive.arp.api
Interface for Managing the OCR operations Auto-generated implementation of IOCR specification.
OCRBridge(IOCR) - Constructor for class me.adaptive.arp.api.OCRBridge
Constructor with delegate.
onError(IAccelerationListenerError) - Method in class me.adaptive.arp.api.AccelerationListenerImpl
No data received - error condition, not authorized or hardware not available.
onError(IButtonListenerError) - Method in class me.adaptive.arp.api.ButtonListenerImpl
No data received
onError(IContactPhotoResultCallbackError) - Method in class me.adaptive.arp.api.ContactPhotoResultCallbackImpl
This method is called on Error
onError(IContactResultCallbackError) - Method in class me.adaptive.arp.api.ContactResultCallbackImpl
This method is called on Error
onError(IDatabaseResultCallbackError) - Method in class me.adaptive.arp.api.DatabaseResultCallbackImpl
Result callback for error responses
onError(IDatabaseTableResultCallbackError) - Method in class me.adaptive.arp.api.DatabaseTableResultCallbackImpl
Result callback for error responses
onError(IDeviceOrientationListenerError) - Method in class me.adaptive.arp.api.DeviceOrientationListenerImpl
Although extremely unlikely, this event will be fired if something beyond the control of the platform impedes the rotation of the device.
onError(IDisplayOrientationListenerError) - Method in class me.adaptive.arp.api.DisplayOrientationListenerImpl
Although extremely unlikely, this event will be fired if something beyond the control of the platform impedes the rotation of the display.
onError(IFileDataLoadResultCallbackError) - Method in class me.adaptive.arp.api.FileDataLoadResultCallbackImpl
Error processing data retrieval/storage operation.
onError(IFileDataStoreResultCallbackError) - Method in class me.adaptive.arp.api.FileDataStoreResultCallbackImpl
Error processing data retrieval/storage operation.
onError(IFileListResultCallbackError) - Method in class me.adaptive.arp.api.FileListResultCallbackImpl
On error result of a file operation.
onError(IFileResultCallbackError) - Method in class me.adaptive.arp.api.FileResultCallbackImpl
On error result of a file operation.
onError(IGeolocationListenerError) - Method in class me.adaptive.arp.api.GeolocationListenerImpl
No data received - error condition, not authorized or hardware not available.
onError(IAccelerationListenerError) - Method in interface me.adaptive.arp.api.IAccelerationListener
No data received - error condition, not authorized or hardware not available.
onError(IButtonListenerError) - Method in interface me.adaptive.arp.api.IButtonListener
No data received
onError(IContactPhotoResultCallbackError) - Method in interface me.adaptive.arp.api.IContactPhotoResultCallback
This method is called on Error
onError(IContactResultCallbackError) - Method in interface me.adaptive.arp.api.IContactResultCallback
This method is called on Error
onError(IDatabaseResultCallbackError) - Method in interface me.adaptive.arp.api.IDatabaseResultCallback
Result callback for error responses
onError(IDatabaseTableResultCallbackError) - Method in interface me.adaptive.arp.api.IDatabaseTableResultCallback
Result callback for error responses
onError(IDeviceOrientationListenerError) - Method in interface me.adaptive.arp.api.IDeviceOrientationListener
Although extremely unlikely, this event will be fired if something beyond the control of the platform impedes the rotation of the device.
onError(IDisplayOrientationListenerError) - Method in interface me.adaptive.arp.api.IDisplayOrientationListener
Although extremely unlikely, this event will be fired if something beyond the control of the platform impedes the rotation of the display.
onError(IFileDataLoadResultCallbackError) - Method in interface me.adaptive.arp.api.IFileDataLoadResultCallback
Error processing data retrieval/storage operation.
onError(IFileDataStoreResultCallbackError) - Method in interface me.adaptive.arp.api.IFileDataStoreResultCallback
Error processing data retrieval/storage operation.
onError(IFileListResultCallbackError) - Method in interface me.adaptive.arp.api.IFileListResultCallback
On error result of a file operation.
onError(IFileResultCallbackError) - Method in interface me.adaptive.arp.api.IFileResultCallback
On error result of a file operation.
onError(IGeolocationListenerError) - Method in interface me.adaptive.arp.api.IGeolocationListener
No data received - error condition, not authorized or hardware not available.
onError(ILifecycleListenerError) - Method in interface me.adaptive.arp.api.ILifecycleListener
No data received - error condition, not authorized or hardware not available.
onError(IMessagingCallbackError) - Method in interface me.adaptive.arp.api.IMessagingCallback
This method is called on Error
onError(INetworkReachabilityCallbackError) - Method in interface me.adaptive.arp.api.INetworkReachabilityCallback
No data received - error condition, not authorized .
onError(INetworkStatusListenerError) - Method in interface me.adaptive.arp.api.INetworkStatusListener
No data received - error condition, not authorized or hardware not available.
onError(ISecurityResultCallbackError) - Method in interface me.adaptive.arp.api.ISecurityResultCallback
No data received - error condition, not authorized .
onError(IServiceResultCallbackError) - Method in interface me.adaptive.arp.api.IServiceResultCallback
This method is called on Error
onError(ILifecycleListenerError) - Method in class me.adaptive.arp.api.LifecycleListenerImpl
No data received - error condition, not authorized or hardware not available.
onError(IMessagingCallbackError) - Method in class me.adaptive.arp.api.MessagingCallbackImpl
This method is called on Error
onError(INetworkReachabilityCallbackError) - Method in class me.adaptive.arp.api.NetworkReachabilityCallbackImpl
No data received - error condition, not authorized .
onError(INetworkStatusListenerError) - Method in class me.adaptive.arp.api.NetworkStatusListenerImpl
No data received - error condition, not authorized or hardware not available.
onError(ISecurityResultCallbackError) - Method in class me.adaptive.arp.api.SecurityResultCallbackImpl
No data received - error condition, not authorized .
onError(IServiceResultCallbackError) - Method in class me.adaptive.arp.api.ServiceResultCallbackImpl
This method is called on Error
onResult(Acceleration) - Method in class me.adaptive.arp.api.AccelerationListenerImpl
Correct data received.
onResult(Button) - Method in class me.adaptive.arp.api.ButtonListenerImpl
Called on button pressed
onResult(byte[]) - Method in class me.adaptive.arp.api.ContactPhotoResultCallbackImpl
This method is called on Result
onResult(Contact[]) - Method in class me.adaptive.arp.api.ContactResultCallbackImpl
This method is called on Result
onResult(Database) - Method in class me.adaptive.arp.api.DatabaseResultCallbackImpl
Result callback for correct responses
onResult(DatabaseTable) - Method in class me.adaptive.arp.api.DatabaseTableResultCallbackImpl
Result callback for correct responses
onResult(RotationEvent) - Method in class me.adaptive.arp.api.DeviceOrientationListenerImpl
Event fired with the successful start and finish of a rotation.
onResult(RotationEvent) - Method in class me.adaptive.arp.api.DisplayOrientationListenerImpl
Event fired with the successful start and finish of a rotation.
onResult(byte[]) - Method in class me.adaptive.arp.api.FileDataLoadResultCallbackImpl
Result of data retrieval operation.
onResult(FileDescriptor) - Method in class me.adaptive.arp.api.FileDataStoreResultCallbackImpl
Result of data storage operation.
onResult(FileDescriptor[]) - Method in class me.adaptive.arp.api.FileListResultCallbackImpl
On correct result of a file operation.
onResult(FileDescriptor) - Method in class me.adaptive.arp.api.FileResultCallbackImpl
On correct result of a file operation.
onResult(Geolocation) - Method in class me.adaptive.arp.api.GeolocationListenerImpl
Correct data received.
onResult(Acceleration) - Method in interface me.adaptive.arp.api.IAccelerationListener
Correct data received.
onResult(Button) - Method in interface me.adaptive.arp.api.IButtonListener
Called on button pressed
onResult(byte[]) - Method in interface me.adaptive.arp.api.IContactPhotoResultCallback
This method is called on Result
onResult(Contact[]) - Method in interface me.adaptive.arp.api.IContactResultCallback
This method is called on Result
onResult(Database) - Method in interface me.adaptive.arp.api.IDatabaseResultCallback
Result callback for correct responses
onResult(DatabaseTable) - Method in interface me.adaptive.arp.api.IDatabaseTableResultCallback
Result callback for correct responses
onResult(RotationEvent) - Method in interface me.adaptive.arp.api.IDeviceOrientationListener
Event fired with the successful start and finish of a rotation.
onResult(RotationEvent) - Method in interface me.adaptive.arp.api.IDisplayOrientationListener
Event fired with the successful start and finish of a rotation.
onResult(byte[]) - Method in interface me.adaptive.arp.api.IFileDataLoadResultCallback
Result of data retrieval operation.
onResult(FileDescriptor) - Method in interface me.adaptive.arp.api.IFileDataStoreResultCallback
Result of data storage operation.
onResult(FileDescriptor[]) - Method in interface me.adaptive.arp.api.IFileListResultCallback
On correct result of a file operation.
onResult(FileDescriptor) - Method in interface me.adaptive.arp.api.IFileResultCallback
On correct result of a file operation.
onResult(Geolocation) - Method in interface me.adaptive.arp.api.IGeolocationListener
Correct data received.
onResult(Lifecycle) - Method in interface me.adaptive.arp.api.ILifecycleListener
Called when lifecycle changes somehow.
onResult(boolean) - Method in interface me.adaptive.arp.api.IMessagingCallback
This method is called on Result
onResult(boolean) - Method in interface me.adaptive.arp.api.INetworkReachabilityCallback
Correct data received.
onResult(NetworkEvent) - Method in interface me.adaptive.arp.api.INetworkStatusListener
Called when network connection changes somehow.
onResult(SecureKeyPair[]) - Method in interface me.adaptive.arp.api.ISecurityResultCallback
Correct data received.
onResult(ServiceResponse) - Method in interface me.adaptive.arp.api.IServiceResultCallback
This method is called on Result
onResult(Lifecycle) - Method in class me.adaptive.arp.api.LifecycleListenerImpl
Called when lifecycle changes somehow.
onResult(boolean) - Method in class me.adaptive.arp.api.MessagingCallbackImpl
This method is called on Result
onResult(boolean) - Method in class me.adaptive.arp.api.NetworkReachabilityCallbackImpl
Correct data received.
onResult(NetworkEvent) - Method in class me.adaptive.arp.api.NetworkStatusListenerImpl
Called when network connection changes somehow.
onResult(SecureKeyPair[]) - Method in class me.adaptive.arp.api.SecurityResultCallbackImpl
Correct data received.
onResult(ServiceResponse) - Method in class me.adaptive.arp.api.ServiceResultCallbackImpl
This method is called on Result
onWarning(Acceleration, IAccelerationListenerWarning) - Method in class me.adaptive.arp.api.AccelerationListenerImpl
Data received with warning - ie.
onWarning(Button, IButtonListenerWarning) - Method in class me.adaptive.arp.api.ButtonListenerImpl
Data received with warning
onWarning(byte[], IContactPhotoResultCallbackWarning) - Method in class me.adaptive.arp.api.ContactPhotoResultCallbackImpl
This method is called on Warning
onWarning(Contact[], IContactResultCallbackWarning) - Method in class me.adaptive.arp.api.ContactResultCallbackImpl
This method is called on Warning
onWarning(Database, IDatabaseResultCallbackWarning) - Method in class me.adaptive.arp.api.DatabaseResultCallbackImpl
Result callback for warning responses
onWarning(DatabaseTable, IDatabaseTableResultCallbackWarning) - Method in class me.adaptive.arp.api.DatabaseTableResultCallbackImpl
Result callback for warning responses
onWarning(RotationEvent, IDeviceOrientationListenerWarning) - Method in class me.adaptive.arp.api.DeviceOrientationListenerImpl
Event fired with a warning when the rotation is aborted.
onWarning(RotationEvent, IDisplayOrientationListenerWarning) - Method in class me.adaptive.arp.api.DisplayOrientationListenerImpl
Event fired with a warning when the rotation is aborted.
onWarning(byte[], IFileDataLoadResultCallbackWarning) - Method in class me.adaptive.arp.api.FileDataLoadResultCallbackImpl
Result with warning of data retrieval/storage operation.
onWarning(FileDescriptor, IFileDataStoreResultCallbackWarning) - Method in class me.adaptive.arp.api.FileDataStoreResultCallbackImpl
Result with warning of data retrieval/storage operation.
onWarning(FileDescriptor[], IFileListResultCallbackWarning) - Method in class me.adaptive.arp.api.FileListResultCallbackImpl
On partial result of a file operation, containing a warning.
onWarning(FileDescriptor, IFileResultCallbackWarning) - Method in class me.adaptive.arp.api.FileResultCallbackImpl
On partial result of a file operation, containing a warning.
onWarning(Geolocation, IGeolocationListenerWarning) - Method in class me.adaptive.arp.api.GeolocationListenerImpl
Data received with warning - ie.
onWarning(Acceleration, IAccelerationListenerWarning) - Method in interface me.adaptive.arp.api.IAccelerationListener
Data received with warning - ie.
onWarning(Button, IButtonListenerWarning) - Method in interface me.adaptive.arp.api.IButtonListener
Data received with warning
onWarning(byte[], IContactPhotoResultCallbackWarning) - Method in interface me.adaptive.arp.api.IContactPhotoResultCallback
This method is called on Warning
onWarning(Contact[], IContactResultCallbackWarning) - Method in interface me.adaptive.arp.api.IContactResultCallback
This method is called on Warning
onWarning(Database, IDatabaseResultCallbackWarning) - Method in interface me.adaptive.arp.api.IDatabaseResultCallback
Result callback for warning responses
onWarning(DatabaseTable, IDatabaseTableResultCallbackWarning) - Method in interface me.adaptive.arp.api.IDatabaseTableResultCallback
Result callback for warning responses
onWarning(RotationEvent, IDeviceOrientationListenerWarning) - Method in interface me.adaptive.arp.api.IDeviceOrientationListener
Event fired with a warning when the rotation is aborted.
onWarning(RotationEvent, IDisplayOrientationListenerWarning) - Method in interface me.adaptive.arp.api.IDisplayOrientationListener
Event fired with a warning when the rotation is aborted.
onWarning(byte[], IFileDataLoadResultCallbackWarning) - Method in interface me.adaptive.arp.api.IFileDataLoadResultCallback
Result with warning of data retrieval/storage operation.
onWarning(FileDescriptor, IFileDataStoreResultCallbackWarning) - Method in interface me.adaptive.arp.api.IFileDataStoreResultCallback
Result with warning of data retrieval/storage operation.
onWarning(FileDescriptor[], IFileListResultCallbackWarning) - Method in interface me.adaptive.arp.api.IFileListResultCallback
On partial result of a file operation, containing a warning.
onWarning(FileDescriptor, IFileResultCallbackWarning) - Method in interface me.adaptive.arp.api.IFileResultCallback
On partial result of a file operation, containing a warning.
onWarning(Geolocation, IGeolocationListenerWarning) - Method in interface me.adaptive.arp.api.IGeolocationListener
Data received with warning - ie.
onWarning(Lifecycle, ILifecycleListenerWarning) - Method in interface me.adaptive.arp.api.ILifecycleListener
Data received with warning
onWarning(boolean, IMessagingCallbackWarning) - Method in interface me.adaptive.arp.api.IMessagingCallback
This method is called on Warning
onWarning(boolean, INetworkReachabilityCallbackWarning) - Method in interface me.adaptive.arp.api.INetworkReachabilityCallback
Data received with warning - ie Found entries with existing key and values have been overriden
onWarning(NetworkEvent, INetworkStatusListenerWarning) - Method in interface me.adaptive.arp.api.INetworkStatusListener
Status received with warning
onWarning(SecureKeyPair[], ISecurityResultCallbackWarning) - Method in interface me.adaptive.arp.api.ISecurityResultCallback
Data received with warning - ie Found entries with existing key and values have been overriden
onWarning(ServiceResponse, IServiceResultCallbackWarning) - Method in interface me.adaptive.arp.api.IServiceResultCallback
This method is called on Warning
onWarning(Lifecycle, ILifecycleListenerWarning) - Method in class me.adaptive.arp.api.LifecycleListenerImpl
Data received with warning
onWarning(boolean, IMessagingCallbackWarning) - Method in class me.adaptive.arp.api.MessagingCallbackImpl
This method is called on Warning
onWarning(boolean, INetworkReachabilityCallbackWarning) - Method in class me.adaptive.arp.api.NetworkReachabilityCallbackImpl
Data received with warning - ie Found entries with existing key and values have been overriden
onWarning(NetworkEvent, INetworkStatusListenerWarning) - Method in class me.adaptive.arp.api.NetworkStatusListenerImpl
Status received with warning
onWarning(SecureKeyPair[], ISecurityResultCallbackWarning) - Method in class me.adaptive.arp.api.SecurityResultCallbackImpl
Data received with warning - ie Found entries with existing key and values have been overriden
onWarning(ServiceResponse, IServiceResultCallbackWarning) - Method in class me.adaptive.arp.api.ServiceResultCallbackImpl
This method is called on Warning
openExtenalBrowser(String) - Method in class me.adaptive.arp.api.BrowserBridge
Method for opening a URL like a link in the native default browser
openExtenalBrowser(String) - Method in interface me.adaptive.arp.api.IBrowser
Method for opening a URL like a link in the native default browser
OpenIdBridge - Class in me.adaptive.arp.api
Interface for Managing the OpenID operations Auto-generated implementation of IOpenId specification.
OpenIdBridge(IOpenId) - Constructor for class me.adaptive.arp.api.OpenIdBridge
Constructor with delegate.
openInternalBrowser(String, String, String) - Method in class me.adaptive.arp.api.BrowserBridge
Method for opening a browser embedded into the application
openInternalBrowser(String, String, String) - Method in interface me.adaptive.arp.api.IBrowser
Method for opening a browser embedded into the application
openInternalBrowserModal(String, String, String) - Method in class me.adaptive.arp.api.BrowserBridge
Method for opening a browser embedded into the application in a modal window
openInternalBrowserModal(String, String, String) - Method in interface me.adaptive.arp.api.IBrowser
Method for opening a browser embedded into the application in a modal window
OSBridge - Class in me.adaptive.arp.api
Interface for Managing the OS operations Auto-generated implementation of IOS specification.
OSBridge(IOS) - Constructor for class me.adaptive.arp.api.OSBridge
Constructor with delegate.
OSInfo - Class in me.adaptive.arp.api
Represents the basic information about the operating system.
OSInfo() - Constructor for class me.adaptive.arp.api.OSInfo
Default constructor
OSInfo(IOSType, String, String) - Constructor for class me.adaptive.arp.api.OSInfo
Constructor used by implementation to set the OS information.

P

playStream(String) - Method in interface me.adaptive.arp.api.IVideo
Play url video stream
playStream(String) - Method in class me.adaptive.arp.api.VideoBridge
Play url video stream
PrintingBridge - Class in me.adaptive.arp.api
Interface for Managing the Printing operations Auto-generated implementation of IPrinting specification.
PrintingBridge(IPrinting) - Constructor for class me.adaptive.arp.api.PrintingBridge
Constructor with delegate.
ProximityBridge - Class in me.adaptive.arp.api
Interface for Managing the Proximity operations Auto-generated implementation of IProximity specification.
ProximityBridge(IProximity) - Constructor for class me.adaptive.arp.api.ProximityBridge
Constructor with delegate.

Q

QRCodeBridge - Class in me.adaptive.arp.api
Interface for Managing the QR Code operations Auto-generated implementation of IQRCode specification.
QRCodeBridge(IQRCode) - Constructor for class me.adaptive.arp.api.QRCodeBridge
Constructor with delegate.

R

removeAccelerationListener(IAccelerationListener) - Method in class me.adaptive.arp.api.AccelerationBridge
De-registers an existing listener from receiving acceleration events.
removeAccelerationListener(IAccelerationListener) - Method in interface me.adaptive.arp.api.IAcceleration
De-registers an existing listener from receiving acceleration events.
removeAccelerationListeners() - Method in class me.adaptive.arp.api.AccelerationBridge
Removed all existing listeners from receiving acceleration events.
removeAccelerationListeners() - Method in interface me.adaptive.arp.api.IAcceleration
Removed all existing listeners from receiving acceleration events.
removeButtonListener(IButtonListener) - Method in class me.adaptive.arp.api.DeviceBridge
De-registers an existing listener from receiving button events.
removeButtonListener(IButtonListener) - Method in interface me.adaptive.arp.api.IDevice
De-registers an existing listener from receiving button events.
removeButtonListeners() - Method in class me.adaptive.arp.api.DeviceBridge
Removed all existing listeners from receiving button events.
removeButtonListeners() - Method in interface me.adaptive.arp.api.IDevice
Removed all existing listeners from receiving button events.
removeDeviceOrientationListener(IDeviceOrientationListener) - Method in class me.adaptive.arp.api.DeviceBridge
Remove a listener to stop receiving device orientation change events.
removeDeviceOrientationListener(IDeviceOrientationListener) - Method in interface me.adaptive.arp.api.IDevice
Remove a listener to stop receiving device orientation change events.
removeDeviceOrientationListeners() - Method in class me.adaptive.arp.api.DeviceBridge
Remove all listeners receiving device orientation events.
removeDeviceOrientationListeners() - Method in interface me.adaptive.arp.api.IDevice
Remove all listeners receiving device orientation events.
removeDisplayOrientationListener(IDisplayOrientationListener) - Method in class me.adaptive.arp.api.DisplayBridge
Remove a listener to stop receiving display orientation change events.
removeDisplayOrientationListener(IDisplayOrientationListener) - Method in interface me.adaptive.arp.api.IDisplay
Remove a listener to stop receiving display orientation change events.
removeDisplayOrientationListeners() - Method in class me.adaptive.arp.api.DisplayBridge
Remove all listeners receiving display orientation events.
removeDisplayOrientationListeners() - Method in interface me.adaptive.arp.api.IDisplay
Remove all listeners receiving display orientation events.
removeGeolocationListener(IGeolocationListener) - Method in class me.adaptive.arp.api.GeolocationBridge
De-registers an existing listener from receiving geolocation events.
removeGeolocationListener(IGeolocationListener) - Method in interface me.adaptive.arp.api.IGeolocation
De-registers an existing listener from receiving geolocation events.
removeGeolocationListeners() - Method in class me.adaptive.arp.api.GeolocationBridge
Removed all existing listeners from receiving geolocation events.
removeGeolocationListeners() - Method in interface me.adaptive.arp.api.IGeolocation
Removed all existing listeners from receiving geolocation events.
removeLifecycleListener(ILifecycleListener) - Method in interface me.adaptive.arp.api.ILifecycle
Un-registers an existing listener from receiving lifecycle events.
removeLifecycleListener(ILifecycleListener) - Method in class me.adaptive.arp.api.LifecycleBridge
Un-registers an existing listener from receiving lifecycle events.
removeLifecycleListeners() - Method in interface me.adaptive.arp.api.ILifecycle
Removes all existing listeners from receiving lifecycle events.
removeLifecycleListeners() - Method in class me.adaptive.arp.api.LifecycleBridge
Removes all existing listeners from receiving lifecycle events.
removeNetworkStatusListener(INetworkStatusListener) - Method in interface me.adaptive.arp.api.INetworkStatus
Un-registers an existing listener from receiving network status events.
removeNetworkStatusListener(INetworkStatusListener) - Method in class me.adaptive.arp.api.NetworkStatusBridge
Un-registers an existing listener from receiving network status events.
removeNetworkStatusListeners() - Method in interface me.adaptive.arp.api.INetworkStatus
Removes all existing listeners from receiving network status events.
removeNetworkStatusListeners() - Method in class me.adaptive.arp.api.NetworkStatusBridge
Removes all existing listeners from receiving network status events.
removeWebview(Object) - Method in class me.adaptive.arp.api.AppContextWebviewBridge
When a webview is disposed - no longer in use from an external activity - the webview should be removed to unbind ARP functions and release resources.
removeWebview(Object) - Method in interface me.adaptive.arp.api.IAppContextWebview
When a webview is disposed - no longer in use from an external activity - the webview should be removed to unbind ARP functions and release resources.
retrieveConfigResource(String) - Method in interface me.adaptive.arp.api.IAppResourceManager
Retrieve a configuration resource from the secure application data container.
retrieveWebResource(String) - Method in interface me.adaptive.arp.api.IAppResourceManager
Retrieve a web resource from the secure application data container.
RotationEvent - Class in me.adaptive.arp.api
Object for reporting orientation change events for device and display.
RotationEvent() - Constructor for class me.adaptive.arp.api.RotationEvent
Default constructor.
RotationEvent(ICapabilitiesOrientation, ICapabilitiesOrientation, RotationEventState, long) - Constructor for class me.adaptive.arp.api.RotationEvent
Convenience constructor.
RotationEventState - Enum in me.adaptive.arp.api
Enumeration RotationEventState
RotationEventStateAdapter - Class in me.adaptive.arp.api
RotationEventState custom serializer/deserializer.
RotationEventStateAdapter() - Constructor for class me.adaptive.arp.api.RotationEventStateAdapter
 
RSSBridge - Class in me.adaptive.arp.api
Interface for Managing the RSS operations Auto-generated implementation of IRSS specification.
RSSBridge(IRSS) - Constructor for class me.adaptive.arp.api.RSSBridge
Constructor with delegate.
RuntimeBridge - Class in me.adaptive.arp.api
Interface for Managing the Runtime operations Auto-generated implementation of IRuntime specification.
RuntimeBridge(IRuntime) - Constructor for class me.adaptive.arp.api.RuntimeBridge
Constructor with delegate.

S

searchContacts(String, IContactResultCallback) - Method in class me.adaptive.arp.api.ContactBridge
Search contacts according to a term and send it to the callback
searchContacts(String, IContactResultCallback) - Method in interface me.adaptive.arp.api.IContact
Search contacts according to a term and send it to the callback
searchContactsWithFilter(String, IContactResultCallback, IContactFilter[]) - Method in class me.adaptive.arp.api.ContactBridge
Search contacts according to a term with a filter and send it to the callback
searchContactsWithFilter(String, IContactResultCallback, IContactFilter[]) - Method in interface me.adaptive.arp.api.IContact
Search contacts according to a term with a filter and send it to the callback
SecureKeyPair - Class in me.adaptive.arp.api
Represents a single secureKey-value pair.
SecureKeyPair() - Constructor for class me.adaptive.arp.api.SecureKeyPair
Default constructor
SecureKeyPair(String, String) - Constructor for class me.adaptive.arp.api.SecureKeyPair
Constructor with parameters
SecurityBridge - Class in me.adaptive.arp.api
Interface for Managing the Security operations Auto-generated implementation of ISecurity specification.
SecurityBridge(ISecurity) - Constructor for class me.adaptive.arp.api.SecurityBridge
Constructor with delegate.
SecurityResultCallbackImpl - Class in me.adaptive.arp.api
Interface for Managing the Security result callback Auto-generated implementation of ISecurityResultCallback specification.
SecurityResultCallbackImpl(long) - Constructor for class me.adaptive.arp.api.SecurityResultCallbackImpl
Constructor with callback id.
sendEmail(Email, IMessagingCallback) - Method in interface me.adaptive.arp.api.IMail
Send an Email
sendEmail(Email, IMessagingCallback) - Method in class me.adaptive.arp.api.MailBridge
Send an Email
sendSMS(String, String, IMessagingCallback) - Method in interface me.adaptive.arp.api.IMessaging
Send text SMS
sendSMS(String, String, IMessagingCallback) - Method in class me.adaptive.arp.api.MessagingBridge
Send text SMS
serialize(ContactAddressType, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ContactAddressTypeAdapter
 
serialize(ContactEmailType, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ContactEmailTypeAdapter
 
serialize(ContactPersonalInfoTitle, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ContactPersonalInfoTitleAdapter
 
serialize(ContactPhoneType, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ContactPhoneTypeAdapter
 
serialize(ContactSocialNetwork, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ContactSocialNetworkAdapter
 
serialize(IAccelerationListenerError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IAccelerationListenerErrorAdapter
 
serialize(IAccelerationListenerWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IAccelerationListenerWarningAdapter
 
serialize(IAdaptiveRPGroup, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IAdaptiveRPGroupAdapter
 
serialize(IButtonListenerError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IButtonListenerErrorAdapter
 
serialize(IButtonListenerWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IButtonListenerWarningAdapter
 
serialize(ICapabilitiesButton, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ICapabilitiesButtonAdapter
 
serialize(ICapabilitiesCommunication, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ICapabilitiesCommunicationAdapter
 
serialize(ICapabilitiesData, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ICapabilitiesDataAdapter
 
serialize(ICapabilitiesMedia, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ICapabilitiesMediaAdapter
 
serialize(ICapabilitiesNet, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ICapabilitiesNetAdapter
 
serialize(ICapabilitiesNotification, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ICapabilitiesNotificationAdapter
 
serialize(ICapabilitiesOrientation, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ICapabilitiesOrientationAdapter
 
serialize(ICapabilitiesSensor, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ICapabilitiesSensorAdapter
 
serialize(IContactFieldGroup, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IContactFieldGroupAdapter
 
serialize(IContactFilter, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IContactFilterAdapter
 
serialize(IContactPhotoResultCallbackError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IContactPhotoResultCallbackErrorAdapter
 
serialize(IContactPhotoResultCallbackWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IContactPhotoResultCallbackWarningAdapter
 
serialize(IContactResultCallbackError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IContactResultCallbackErrorAdapter
 
serialize(IContactResultCallbackWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IContactResultCallbackWarningAdapter
 
serialize(IDatabaseResultCallbackError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IDatabaseResultCallbackErrorAdapter
 
serialize(IDatabaseResultCallbackWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IDatabaseResultCallbackWarningAdapter
 
serialize(IDatabaseTableResultCallbackError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IDatabaseTableResultCallbackErrorAdapter
 
serialize(IDatabaseTableResultCallbackWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IDatabaseTableResultCallbackWarningAdapter
 
serialize(IDeviceOrientationListenerError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IDeviceOrientationListenerErrorAdapter
 
serialize(IDeviceOrientationListenerWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IDeviceOrientationListenerWarningAdapter
 
serialize(IDisplayOrientationListenerError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IDisplayOrientationListenerErrorAdapter
 
serialize(IDisplayOrientationListenerWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IDisplayOrientationListenerWarningAdapter
 
serialize(IFileDataLoadResultCallbackError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IFileDataLoadResultCallbackErrorAdapter
 
serialize(IFileDataLoadResultCallbackWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IFileDataLoadResultCallbackWarningAdapter
 
serialize(IFileDataStoreResultCallbackError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IFileDataStoreResultCallbackErrorAdapter
 
serialize(IFileDataStoreResultCallbackWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IFileDataStoreResultCallbackWarningAdapter
 
serialize(IFileListResultCallbackError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IFileListResultCallbackErrorAdapter
 
serialize(IFileListResultCallbackWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IFileListResultCallbackWarningAdapter
 
serialize(IFileResultCallbackError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IFileResultCallbackErrorAdapter
 
serialize(IFileResultCallbackWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IFileResultCallbackWarningAdapter
 
serialize(IFileSystemSecurity, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IFileSystemSecurityAdapter
 
serialize(IFileSystemStorageType, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IFileSystemStorageTypeAdapter
 
serialize(IFileSystemType, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IFileSystemTypeAdapter
 
serialize(IGeolocationListenerError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IGeolocationListenerErrorAdapter
 
serialize(IGeolocationListenerWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IGeolocationListenerWarningAdapter
 
serialize(ILifecycleListenerError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ILifecycleListenerErrorAdapter
 
serialize(ILifecycleListenerWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ILifecycleListenerWarningAdapter
 
serialize(ILoggingLogLevel, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ILoggingLogLevelAdapter
 
serialize(IMessagingCallbackError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IMessagingCallbackErrorAdapter
 
serialize(IMessagingCallbackWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IMessagingCallbackWarningAdapter
 
serialize(INetworkReachabilityCallbackError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.INetworkReachabilityCallbackErrorAdapter
 
serialize(INetworkReachabilityCallbackWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.INetworkReachabilityCallbackWarningAdapter
 
serialize(INetworkStatusListenerError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.INetworkStatusListenerErrorAdapter
 
serialize(INetworkStatusListenerWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.INetworkStatusListenerWarningAdapter
 
serialize(IOSType, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IOSTypeAdapter
 
serialize(ISecurityResultCallbackError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ISecurityResultCallbackErrorAdapter
 
serialize(ISecurityResultCallbackWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ISecurityResultCallbackWarningAdapter
 
serialize(IServiceCertificateValidation, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IServiceCertificateValidationAdapter
 
serialize(IServiceContentEncoding, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IServiceContentEncodingAdapter
 
serialize(IServiceMethod, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IServiceMethodAdapter
 
serialize(IServiceResultCallbackError, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IServiceResultCallbackErrorAdapter
 
serialize(IServiceResultCallbackWarning, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IServiceResultCallbackWarningAdapter
 
serialize(IServiceType, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.IServiceTypeAdapter
 
serialize(ITelephonyStatus, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.ITelephonyStatusAdapter
 
serialize(LifecycleState, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.LifecycleStateAdapter
 
serialize(RotationEventState, Type, JsonSerializationContext) - Method in class me.adaptive.arp.api.RotationEventStateAdapter
 
Service - Class in me.adaptive.arp.api
Represents an instance of a service.
Service() - Constructor for class me.adaptive.arp.api.Service
Default constructor
Service(ServiceEndpoint[], String) - Constructor for class me.adaptive.arp.api.Service
Constructor used by the implementation
ServiceBridge - Class in me.adaptive.arp.api
Interface for Managing the Services operations Auto-generated implementation of IService specification.
ServiceBridge(IService) - Constructor for class me.adaptive.arp.api.ServiceBridge
Constructor with delegate.
ServiceEndpoint - Class in me.adaptive.arp.api
Structure representing a remote or local service access end-point.
ServiceEndpoint() - Constructor for class me.adaptive.arp.api.ServiceEndpoint
Default Constructor
ServiceEndpoint(String, ServicePath[]) - Constructor for class me.adaptive.arp.api.ServiceEndpoint
Constructor with parameters
ServiceHeader - Class in me.adaptive.arp.api
Structure representing the data of a http request or response header.
ServiceHeader() - Constructor for class me.adaptive.arp.api.ServiceHeader
Default constructor.
ServiceHeader(String, String) - Constructor for class me.adaptive.arp.api.ServiceHeader
Convenience constructor.
ServicePath - Class in me.adaptive.arp.api
Structure representing a service path for one endpoint
ServicePath() - Constructor for class me.adaptive.arp.api.ServicePath
Default Constructor.
ServicePath(String, IServiceMethod[], IServiceType) - Constructor for class me.adaptive.arp.api.ServicePath
Constructor with parameters.
ServiceRequest - Class in me.adaptive.arp.api
Represents a local or remote service request.
ServiceRequest() - Constructor for class me.adaptive.arp.api.ServiceRequest
Default constructor.
ServiceRequest(String, ServiceToken) - Constructor for class me.adaptive.arp.api.ServiceRequest
Convenience constructor.
ServiceRequestParameter - Class in me.adaptive.arp.api
Object representing a request parameter.
ServiceRequestParameter() - Constructor for class me.adaptive.arp.api.ServiceRequestParameter
Default constructor.
ServiceRequestParameter(String, String) - Constructor for class me.adaptive.arp.api.ServiceRequestParameter
Convenience constructor.
ServiceResponse - Class in me.adaptive.arp.api
Represents a local or remote service response.
ServiceResponse() - Constructor for class me.adaptive.arp.api.ServiceResponse
Default constructor.
ServiceResponse(String, String, IServiceContentEncoding, int, ServiceHeader[], ServiceSession, int) - Constructor for class me.adaptive.arp.api.ServiceResponse
Constructor with fields
ServiceResultCallbackImpl - Class in me.adaptive.arp.api
Interface for Managing the Services operations Auto-generated implementation of IServiceResultCallback specification.
ServiceResultCallbackImpl(long) - Constructor for class me.adaptive.arp.api.ServiceResultCallbackImpl
Constructor with callback id.
ServiceSession - Class in me.adaptive.arp.api
Represents a session object for HTTP request and responses
ServiceSession() - Constructor for class me.adaptive.arp.api.ServiceSession
Default constructor.
ServiceSession(ServiceSessionCookie[], ServiceSessionAttribute[]) - Constructor for class me.adaptive.arp.api.ServiceSession
Constructor with fields.
ServiceSessionAttribute - Class in me.adaptive.arp.api
Object representing a service session attribute.
ServiceSessionAttribute() - Constructor for class me.adaptive.arp.api.ServiceSessionAttribute
Default constructor.
ServiceSessionAttribute(String, String) - Constructor for class me.adaptive.arp.api.ServiceSessionAttribute
Convenience constructor.
ServiceSessionCookie - Class in me.adaptive.arp.api
Structure representing the cookieValue of a http cookie.
ServiceSessionCookie() - Constructor for class me.adaptive.arp.api.ServiceSessionCookie
Default constructor.
ServiceSessionCookie(String, String) - Constructor for class me.adaptive.arp.api.ServiceSessionCookie
Constructor used by the implementation
ServiceToken - Class in me.adaptive.arp.api
Object representing a specific service, path, function and invocation method for accessing external services.
ServiceToken() - Constructor for class me.adaptive.arp.api.ServiceToken
Default constructor.
ServiceToken(String, String, String, IServiceMethod) - Constructor for class me.adaptive.arp.api.ServiceToken
Convenience constructor.
setAddress(String) - Method in class me.adaptive.arp.api.ContactAddress
Set the address of the Contact
setAddress(String) - Method in class me.adaptive.arp.api.EmailAddress
Set the Email address
setAltitude(double) - Method in class me.adaptive.arp.api.Geolocation
Set altitude in meters
setApiVersion(String) - Method in class me.adaptive.arp.api.APIRequest
Sets the request's API version.
setAsyncId(long) - Method in class me.adaptive.arp.api.APIRequest
Sets the callback or listener id to the request.
setAttributes(ServiceSessionAttribute[]) - Method in class me.adaptive.arp.api.ServiceSession
Sets the attributes for the request or response.
setBccRecipients(EmailAddress[]) - Method in class me.adaptive.arp.api.Email
Set the array of recipients
setBodyParameters(ServiceRequestParameter[]) - Method in class me.adaptive.arp.api.ServiceRequest
Sets the body parameters of the request.
setBridgeType(String) - Method in class me.adaptive.arp.api.APIRequest
Bridge Type Setter
setCcRecipients(EmailAddress[]) - Method in class me.adaptive.arp.api.Email
Set the array of recipients
setColumnCount(int) - Method in class me.adaptive.arp.api.DatabaseTable
Sets the number of databaseColumns
setCompany(String) - Method in class me.adaptive.arp.api.ContactProfessionalInfo
Set the company of the job
setCompress(boolean) - Method in class me.adaptive.arp.api.Database
Sets if the table is compressed or not.
setContactAddresses(ContactAddress[]) - Method in class me.adaptive.arp.api.Contact
Set the addresses of the Contact
setContactEmails(ContactEmail[]) - Method in class me.adaptive.arp.api.Contact
Set the emails of the Contact
setContactId(String) - Method in class me.adaptive.arp.api.ContactUid
Set the id of the Contact
setContactPhones(ContactPhone[]) - Method in class me.adaptive.arp.api.Contact
Set the phones of the Contact
setContactPhoto(ContactUid, byte[]) - Method in class me.adaptive.arp.api.ContactBridge
Set the contact photo
setContactPhoto(ContactUid, byte[]) - Method in interface me.adaptive.arp.api.IContact
Set the contact photo
setContactSocials(ContactSocial[]) - Method in class me.adaptive.arp.api.Contact
Set the social network info of the Contact
setContactTags(ContactTag[]) - Method in class me.adaptive.arp.api.Contact
Set the additional tags of the Contact
setContactWebsites(ContactWebsite[]) - Method in class me.adaptive.arp.api.Contact
Set the websites of the Contact
setContent(FileDescriptor, byte[], IFileDataStoreResultCallback) - Method in class me.adaptive.arp.api.FileBridge
Sets the content of the file.
setContent(FileDescriptor, byte[], IFileDataStoreResultCallback) - Method in interface me.adaptive.arp.api.IFile
Sets the content of the file.
setContent(String) - Method in class me.adaptive.arp.api.ServiceRequest
Set the content
setContent(String) - Method in class me.adaptive.arp.api.ServiceResponse
Set the content
setContentEncoding(IServiceContentEncoding) - Method in class me.adaptive.arp.api.ServiceRequest
Set the content encoding
setContentEncoding(IServiceContentEncoding) - Method in class me.adaptive.arp.api.ServiceResponse
Set the content encoding
setContentLength(int) - Method in class me.adaptive.arp.api.ServiceRequest
Set the content length
setContentLength(int) - Method in class me.adaptive.arp.api.ServiceResponse
Set the content length.
setContentType(String) - Method in class me.adaptive.arp.api.ServiceRequest
Set the content type
setContentType(String) - Method in class me.adaptive.arp.api.ServiceResponse
Set the content type
setCooked(boolean) - Method in class me.adaptive.arp.api.AppResourceData
Attribute to denote whether the payload of the resource is cooked.
setCookedLength(long) - Method in class me.adaptive.arp.api.AppResourceData
The length in bytes of the payload after cooking.
setCookedType(String) - Method in class me.adaptive.arp.api.AppResourceData
If the resource is cooked, the type of recipe used during cooking.
setCookieName(String) - Method in class me.adaptive.arp.api.ServiceSessionCookie
Set the cookie cookieName
setCookies(ServiceSessionCookie[]) - Method in class me.adaptive.arp.api.ServiceSession
Sets the cookies of the request or response.
setCookieValue(String) - Method in class me.adaptive.arp.api.ServiceSessionCookie
Set the cookie cookieValue
setCountry(String) - Method in class me.adaptive.arp.api.Locale
Set the country code
setCreation(long) - Method in class me.adaptive.arp.api.ServiceSessionCookie
Sets the creation date
setData(byte[]) - Method in class me.adaptive.arp.api.AppResourceData
Sets the payload of the resource.
setData(byte[]) - Method in class me.adaptive.arp.api.EmailAttachmentData
Set the data of the attachment as a byte[]
setDatabaseColumns(DatabaseColumn[]) - Method in class me.adaptive.arp.api.DatabaseTable
Sets the databaseColumns of the table
setDatabaseRows(DatabaseRow[]) - Method in class me.adaptive.arp.api.DatabaseTable
Sets the databaseRows of the table
setDateCreated(long) - Method in class me.adaptive.arp.api.FileDescriptor
Sets the creation timestamp in milliseconds.
setDateModified(long) - Method in class me.adaptive.arp.api.FileDescriptor
Sets the file or folder modification timestamp in milliseconds.
setDelegate(IAcceleration) - Method in class me.adaptive.arp.api.AccelerationBridge
Set the delegate implementation.
setDelegate(IAds) - Method in class me.adaptive.arp.api.AdsBridge
Set the delegate implementation.
setDelegate(IAlarm) - Method in class me.adaptive.arp.api.AlarmBridge
Set the delegate implementation.
setDelegate(IAmbientLight) - Method in class me.adaptive.arp.api.AmbientLightBridge
Set the delegate implementation.
setDelegate(IAnalytics) - Method in class me.adaptive.arp.api.AnalyticsBridge
Set the delegate implementation.
setDelegate(IAppContext) - Method in class me.adaptive.arp.api.AppContextBridge
Set the delegate implementation.
setDelegate(IAppContextWebview) - Method in class me.adaptive.arp.api.AppContextWebviewBridge
Set the delegate implementation.
setDelegate(IAppRegistry) - Method in class me.adaptive.arp.api.AppRegistryBridge
Set the delegate implementation.
setDelegate(IAudio) - Method in class me.adaptive.arp.api.AudioBridge
Set the delegate implementation.
setDelegate(IBarcode) - Method in class me.adaptive.arp.api.BarcodeBridge
Set the delegate implementation.
setDelegate(IBarometer) - Method in class me.adaptive.arp.api.BarometerBridge
Set the delegate implementation.
setDelegate(IBluetooth) - Method in class me.adaptive.arp.api.BluetoothBridge
Set the delegate implementation.
setDelegate(IBrowser) - Method in class me.adaptive.arp.api.BrowserBridge
Set the delegate implementation.
setDelegate(ICalendar) - Method in class me.adaptive.arp.api.CalendarBridge
Set the delegate implementation.
setDelegate(ICamera) - Method in class me.adaptive.arp.api.CameraBridge
Set the delegate implementation.
setDelegate(ICapabilities) - Method in class me.adaptive.arp.api.CapabilitiesBridge
Set the delegate implementation.
setDelegate(ICloud) - Method in class me.adaptive.arp.api.CloudBridge
Set the delegate implementation.
setDelegate(ICompression) - Method in class me.adaptive.arp.api.CompressionBridge
Set the delegate implementation.
setDelegate(IConcurrent) - Method in class me.adaptive.arp.api.ConcurrentBridge
Set the delegate implementation.
setDelegate(IContact) - Method in class me.adaptive.arp.api.ContactBridge
Set the delegate implementation.
setDelegate(ICrypto) - Method in class me.adaptive.arp.api.CryptoBridge
Set the delegate implementation.
setDelegate(IDatabase) - Method in class me.adaptive.arp.api.DatabaseBridge
Set the delegate implementation.
setDelegate(IDataStream) - Method in class me.adaptive.arp.api.DataStreamBridge
Set the delegate implementation.
setDelegate(IDesktop) - Method in class me.adaptive.arp.api.DesktopBridge
Set the delegate implementation.
setDelegate(IDevice) - Method in class me.adaptive.arp.api.DeviceBridge
Set the delegate implementation.
setDelegate(IDisplay) - Method in class me.adaptive.arp.api.DisplayBridge
Set the delegate implementation.
setDelegate(IFacebook) - Method in class me.adaptive.arp.api.FacebookBridge
Set the delegate implementation.
setDelegate(IFile) - Method in class me.adaptive.arp.api.FileBridge
Set the delegate implementation.
setDelegate(IFileSystem) - Method in class me.adaptive.arp.api.FileSystemBridge
Set the delegate implementation.
setDelegate(IGeolocation) - Method in class me.adaptive.arp.api.GeolocationBridge
Set the delegate implementation.
setDelegate(IGlobalization) - Method in class me.adaptive.arp.api.GlobalizationBridge
Set the delegate implementation.
setDelegate(IGooglePlus) - Method in class me.adaptive.arp.api.GooglePlusBridge
Set the delegate implementation.
setDelegate(IGyroscope) - Method in class me.adaptive.arp.api.GyroscopeBridge
Set the delegate implementation.
setDelegate(IImaging) - Method in class me.adaptive.arp.api.ImagingBridge
Set the delegate implementation.
setDelegate(IInternalStorage) - Method in class me.adaptive.arp.api.InternalStorageBridge
Set the delegate implementation.
setDelegate(ILifecycle) - Method in class me.adaptive.arp.api.LifecycleBridge
Set the delegate implementation.
setDelegate(ILinkedIn) - Method in class me.adaptive.arp.api.LinkedInBridge
Set the delegate implementation.
setDelegate(ILogging) - Method in class me.adaptive.arp.api.LoggingBridge
Set the delegate implementation.
setDelegate(IMagnetometer) - Method in class me.adaptive.arp.api.MagnetometerBridge
Set the delegate implementation.
setDelegate(IMail) - Method in class me.adaptive.arp.api.MailBridge
Set the delegate implementation.
setDelegate(IManagement) - Method in class me.adaptive.arp.api.ManagementBridge
Set the delegate implementation.
setDelegate(IMap) - Method in class me.adaptive.arp.api.MapBridge
Set the delegate implementation.
setDelegate(IMessaging) - Method in class me.adaptive.arp.api.MessagingBridge
Set the delegate implementation.
setDelegate(INetworkInfo) - Method in class me.adaptive.arp.api.NetworkInfoBridge
Set the delegate implementation.
setDelegate(INetworkNaming) - Method in class me.adaptive.arp.api.NetworkNamingBridge
Set the delegate implementation.
setDelegate(INetworkReachability) - Method in class me.adaptive.arp.api.NetworkReachabilityBridge
Set the delegate implementation.
setDelegate(INetworkStatus) - Method in class me.adaptive.arp.api.NetworkStatusBridge
Set the delegate implementation.
setDelegate(INFC) - Method in class me.adaptive.arp.api.NFCBridge
Set the delegate implementation.
setDelegate(INotification) - Method in class me.adaptive.arp.api.NotificationBridge
Set the delegate implementation.
setDelegate(INotificationLocal) - Method in class me.adaptive.arp.api.NotificationLocalBridge
Set the delegate implementation.
setDelegate(IOAuth) - Method in class me.adaptive.arp.api.OAuthBridge
Set the delegate implementation.
setDelegate(IOCR) - Method in class me.adaptive.arp.api.OCRBridge
Set the delegate implementation.
setDelegate(IOpenId) - Method in class me.adaptive.arp.api.OpenIdBridge
Set the delegate implementation.
setDelegate(IOS) - Method in class me.adaptive.arp.api.OSBridge
Set the delegate implementation.
setDelegate(IPrinting) - Method in class me.adaptive.arp.api.PrintingBridge
Set the delegate implementation.
setDelegate(IProximity) - Method in class me.adaptive.arp.api.ProximityBridge
Set the delegate implementation.
setDelegate(IQRCode) - Method in class me.adaptive.arp.api.QRCodeBridge
Set the delegate implementation.
setDelegate(IRSS) - Method in class me.adaptive.arp.api.RSSBridge
Set the delegate implementation.
setDelegate(IRuntime) - Method in class me.adaptive.arp.api.RuntimeBridge
Set the delegate implementation.
setDelegate(ISecurity) - Method in class me.adaptive.arp.api.SecurityBridge
Set the delegate implementation.
setDelegate(IService) - Method in class me.adaptive.arp.api.ServiceBridge
Set the delegate implementation.
setDelegate(ISettings) - Method in class me.adaptive.arp.api.SettingsBridge
Set the delegate implementation.
setDelegate(ISocket) - Method in class me.adaptive.arp.api.SocketBridge
Set the delegate implementation.
setDelegate(IStore) - Method in class me.adaptive.arp.api.StoreBridge
Set the delegate implementation.
setDelegate(ITelephony) - Method in class me.adaptive.arp.api.TelephonyBridge
Set the delegate implementation.
setDelegate(ITimer) - Method in class me.adaptive.arp.api.TimerBridge
Set the delegate implementation.
setDelegate(ITwitter) - Method in class me.adaptive.arp.api.TwitterBridge
Set the delegate implementation.
setDelegate(IUI) - Method in class me.adaptive.arp.api.UIBridge
Set the delegate implementation.
setDelegate(IUpdate) - Method in class me.adaptive.arp.api.UpdateBridge
Set the delegate implementation.
setDelegate(IVibration) - Method in class me.adaptive.arp.api.VibrationBridge
Set the delegate implementation.
setDelegate(IVideo) - Method in class me.adaptive.arp.api.VideoBridge
Set the delegate implementation.
setDelegate(IWallet) - Method in class me.adaptive.arp.api.WalletBridge
Set the delegate implementation.
setDelegate(IXML) - Method in class me.adaptive.arp.api.XMLBridge
Set the delegate implementation.
setDestination(ICapabilitiesOrientation) - Method in class me.adaptive.arp.api.RotationEvent
Sets the destination orientation of the event.
setDomain(String) - Method in class me.adaptive.arp.api.ServiceSessionCookie
Set the domain
setEmail(String) - Method in class me.adaptive.arp.api.ContactEmail
Set the email of the Contact
setEmailAttachmentData(EmailAttachmentData[]) - Method in class me.adaptive.arp.api.Email
Set the email attachment data array
setEndpointName(String) - Method in class me.adaptive.arp.api.ServiceToken
Set the endpoint name.
setExpiry(long) - Method in class me.adaptive.arp.api.ServiceSessionCookie
Set the expiration date in milis
setFileName(String) - Method in class me.adaptive.arp.api.EmailAttachmentData
Set the name of the file attachment
setFunctionName(String) - Method in class me.adaptive.arp.api.ServiceToken
Sets the function name.
setHostURI(String) - Method in class me.adaptive.arp.api.ServiceEndpoint
Set the Remote service hostURI
setId(String) - Method in class me.adaptive.arp.api.AppResourceData
Sets the id or path of the resource.
setInvocationMethod(IServiceMethod) - Method in class me.adaptive.arp.api.ServiceToken
Sets the invocation method type.
setJobDescription(String) - Method in class me.adaptive.arp.api.ContactProfessionalInfo
Set the description of the job
setJobTitle(String) - Method in class me.adaptive.arp.api.ContactProfessionalInfo
Set the title of the job
setKeyData(String) - Method in class me.adaptive.arp.api.KeyValue
Sets the value of the key.
setKeyName(String) - Method in class me.adaptive.arp.api.KeyPair
Sets the keyName of the element
setKeyName(String) - Method in class me.adaptive.arp.api.KeyValue
Sets the name of the key.
setKeyValue(String) - Method in class me.adaptive.arp.api.KeyPair
Sets the keyValue of the element
setLanguage(String) - Method in class me.adaptive.arp.api.Locale
Set the language code
setLastName(String) - Method in class me.adaptive.arp.api.ContactPersonalInfo
Set the last name of the Contact
setLatitude(double) - Method in class me.adaptive.arp.api.Geolocation
Set the latitude in degrees
setLongitude(double) - Method in class me.adaptive.arp.api.Geolocation
Returns the latitude in degrees
setMessageBody(String) - Method in class me.adaptive.arp.api.Email
Set the message body of the email
setMessageBodyMimeType(String) - Method in class me.adaptive.arp.api.Email
Set the mime type for the message body
setMethodName(String) - Method in class me.adaptive.arp.api.APIRequest
Method name Setter
setMethods(IServiceMethod[]) - Method in class me.adaptive.arp.api.ServicePath
Endpoint's path methods setter
setMiddleName(String) - Method in class me.adaptive.arp.api.ContactPersonalInfo
Set the middle name of the Contact
setMimeType(String) - Method in class me.adaptive.arp.api.EmailAttachmentData
Set the mime type of the attachment
setModel(String) - Method in class me.adaptive.arp.api.DeviceInfo
Sets Model of device - equivalent to device release or version.
setName(String) - Method in class me.adaptive.arp.api.ContactPersonalInfo
Set the name of the Contact
setName(String) - Method in class me.adaptive.arp.api.Database
Sets the name of the table.
setName(String) - Method in class me.adaptive.arp.api.DatabaseColumn
Sets the name of the column.
setName(String) - Method in class me.adaptive.arp.api.DatabaseTable
Sets the name of the table
setName(String) - Method in class me.adaptive.arp.api.DeviceInfo
Sets Name of device - equivalent to brand.
setName(String) - Method in class me.adaptive.arp.api.FileDescriptor
Sets the name of the file.
setName(IOSType) - Method in class me.adaptive.arp.api.OSInfo
Sets The name of the operating system.
setName(String) - Method in class me.adaptive.arp.api.Service
Set the name
setNetwork(ICapabilitiesNet) - Method in class me.adaptive.arp.api.NetworkEvent
Network setter
setOrigin(ICapabilitiesOrientation) - Method in class me.adaptive.arp.api.RotationEvent
Set the origin orientation of the event.
setParameters(String[]) - Method in class me.adaptive.arp.api.APIRequest
Parameters Setter
setPath(String) - Method in class me.adaptive.arp.api.FileDescriptor
Sets the path of the file or folder.
setPath(String) - Method in class me.adaptive.arp.api.ServicePath
Endpoint's path setter
setPath(String) - Method in class me.adaptive.arp.api.ServiceSessionCookie
Set the path
setPathAbsolute(String) - Method in class me.adaptive.arp.api.FileDescriptor
Sets the absolute path of the file or folder.
setPaths(ServicePath[]) - Method in class me.adaptive.arp.api.ServiceEndpoint
Set the Remote service Paths
setPersonalInfo(ContactPersonalInfo) - Method in class me.adaptive.arp.api.Contact
Set the personal info of the Contact
setPhone(String) - Method in class me.adaptive.arp.api.ContactPhone
Set the phone number
setPhoneType(ContactPhoneType) - Method in class me.adaptive.arp.api.ContactPhone
Set the phoneType of the phone number
setPrimary(boolean) - Method in class me.adaptive.arp.api.ContactEmail
Set if the email
setProfessionalInfo(ContactProfessionalInfo) - Method in class me.adaptive.arp.api.Contact
Set the professional info of the Contact
setProfileUrl(String) - Method in class me.adaptive.arp.api.ContactSocial
Set the profile url of the iser
setQueryParameters(ServiceRequestParameter[]) - Method in class me.adaptive.arp.api.ServiceRequest
Sets the query parameters of the request.
setRawLength(long) - Method in class me.adaptive.arp.api.AppResourceData
Sets the resource payload's original length.
setRawType(String) - Method in class me.adaptive.arp.api.AppResourceData
Sets the resource's raw type or mimetype.
setReferenceUrl(String) - Method in class me.adaptive.arp.api.EmailAttachmentData
Set the absolute url of the attachment
setRefererHost(String) - Method in class me.adaptive.arp.api.ServiceRequest
Sets the value for the referer host of the request.
setResponse(String) - Method in class me.adaptive.arp.api.APIResponse
Response setter
setRowCount(int) - Method in class me.adaptive.arp.api.DatabaseTable
Sets the number of databaseRows
setScheme(String) - Method in class me.adaptive.arp.api.ServiceSessionCookie
Set the scheme
setSecure(boolean) - Method in class me.adaptive.arp.api.ServiceSessionCookie
Set whether the cookie is secure or not
setSecureData(String) - Method in class me.adaptive.arp.api.SecureKeyPair
Sets the value for this object
setSecureKey(String) - Method in class me.adaptive.arp.api.SecureKeyPair
Sets the secureKey name for this object.
setSecureKeyValuePairs(SecureKeyPair[], String, ISecurityResultCallback) - Method in interface me.adaptive.arp.api.ISecurity
Stores in the device internal storage the specified item/s.
setSecureKeyValuePairs(SecureKeyPair[], String, ISecurityResultCallback) - Method in class me.adaptive.arp.api.SecurityBridge
Stores in the device internal storage the specified item/s.
setServiceEndpoints(ServiceEndpoint[]) - Method in class me.adaptive.arp.api.Service
Set the serviceEndpoints
setServiceHeaders(ServiceHeader[]) - Method in class me.adaptive.arp.api.ServiceRequest
Set the array of ServiceHeader
setServiceHeaders(ServiceHeader[]) - Method in class me.adaptive.arp.api.ServiceResponse
Set the array of ServiceHeader
setServiceName(String) - Method in class me.adaptive.arp.api.ServiceToken
Sets token's service name.
setServiceSession(ServiceSession) - Method in class me.adaptive.arp.api.ServiceRequest
Setter for service session
setServiceSession(ServiceSession) - Method in class me.adaptive.arp.api.ServiceResponse
Setter for service session
setServiceToken(ServiceToken) - Method in class me.adaptive.arp.api.ServiceRequest
Sets the ServiceToken of the request.
setSize(long) - Method in class me.adaptive.arp.api.EmailAttachmentData
Set the size of the attachment as a long
setSize(long) - Method in class me.adaptive.arp.api.FileDescriptor
Sets the file size in bytes of the file.
setSocialNetwork(ContactSocialNetwork) - Method in class me.adaptive.arp.api.ContactSocial
Set the social network
setState(LifecycleState) - Method in class me.adaptive.arp.api.Lifecycle
Set the State of the application
setState(RotationEventState) - Method in class me.adaptive.arp.api.RotationEvent
Sets the current state of the event.
setStatusCode(int) - Method in class me.adaptive.arp.api.APIResponse
Status code setter
setStatusCode(int) - Method in class me.adaptive.arp.api.ServiceResponse
Sets the status code of the response
setStatusMessage(String) - Method in class me.adaptive.arp.api.APIResponse
Status message setter.
setSubject(String) - Method in class me.adaptive.arp.api.Email
Set the subject of the email
setTagName(String) - Method in class me.adaptive.arp.api.ContactTag
Set the tagName of the Tag
setTagValue(String) - Method in class me.adaptive.arp.api.ContactTag
Set the tagValue of the Tag
setTimestamp(long) - Method in class me.adaptive.arp.api.Acceleration
Timestamp Setter
setTimestamp(long) - Method in class me.adaptive.arp.api.Button
Timestamp Setter
setTimestamp(long) - Method in class me.adaptive.arp.api.Geolocation
Timestamp Setter
setTimestamp(long) - Method in class me.adaptive.arp.api.Lifecycle
Sets the timestamp in milliseconds of the event.
setTimestamp(long) - Method in class me.adaptive.arp.api.NetworkEvent
Sets the timestamp of the event
setTimestamp(long) - Method in class me.adaptive.arp.api.RotationEvent
Sets the timestamp in milliseconds of the event.
SettingsBridge - Class in me.adaptive.arp.api
Interface for Managing the Settings operations Auto-generated implementation of ISettings specification.
SettingsBridge(ISettings) - Constructor for class me.adaptive.arp.api.SettingsBridge
Constructor with delegate.
setTitle(ContactPersonalInfoTitle) - Method in class me.adaptive.arp.api.ContactPersonalInfo
Set the Title of the Contact
setToRecipients(EmailAddress[]) - Method in class me.adaptive.arp.api.Email
Set the array of recipients
setType(ICapabilitiesButton) - Method in class me.adaptive.arp.api.Button
Setter for the button type
setType(ContactAddressType) - Method in class me.adaptive.arp.api.ContactAddress
Set the address type
setType(ContactEmailType) - Method in class me.adaptive.arp.api.ContactEmail
Set the type of the email
setType(IServiceType) - Method in class me.adaptive.arp.api.ServicePath
Sets the protocol for the path.
setUrl(String) - Method in class me.adaptive.arp.api.ContactWebsite
Set the url of the website
setUserAgent(String) - Method in class me.adaptive.arp.api.ServiceRequest
Sets the user-agent to override the default user-agent string.
setUuid(String) - Method in class me.adaptive.arp.api.DeviceInfo
Sets Device identifier - this may not be unique for a device.
setValidationType(IServiceCertificateValidation) - Method in class me.adaptive.arp.api.ServiceEndpoint
Sets the validation type for the certificate of a SSL host.
setValues(String[]) - Method in class me.adaptive.arp.api.DatabaseRow
Sets the values of the row.
setVendor(String) - Method in class me.adaptive.arp.api.DeviceInfo
Sets Vendor of the device hardware.
setVendor(String) - Method in class me.adaptive.arp.api.OSInfo
Sets The vendor of the operating system.
setVersion(String) - Method in class me.adaptive.arp.api.OSInfo
Sets The version/identifier of the operating system.
setX(double) - Method in class me.adaptive.arp.api.Acceleration
X Coordinate Setter
setXDoP(float) - Method in class me.adaptive.arp.api.Geolocation
Sets Dilution of precision on the X measurement.
setY(double) - Method in class me.adaptive.arp.api.Acceleration
Y Coordinate Setter
setYDoP(float) - Method in class me.adaptive.arp.api.Geolocation
Sets Dilution of precision on the Y measurement.
setZ(double) - Method in class me.adaptive.arp.api.Acceleration
Z Coordinate Setter
SocketBridge - Class in me.adaptive.arp.api
Interface for Managing the Socket operations Auto-generated implementation of ISocket specification.
SocketBridge(ISocket) - Constructor for class me.adaptive.arp.api.SocketBridge
Constructor with delegate.
StoreBridge - Class in me.adaptive.arp.api
Interface for Managing the Store operations Auto-generated implementation of IStore specification.
StoreBridge(IStore) - Constructor for class me.adaptive.arp.api.StoreBridge
Constructor with delegate.

T

TelephonyBridge - Class in me.adaptive.arp.api
Interface for Managing the Telephony operations Auto-generated implementation of ITelephony specification.
TelephonyBridge(ITelephony) - Constructor for class me.adaptive.arp.api.TelephonyBridge
Constructor with delegate.
TimerBridge - Class in me.adaptive.arp.api
Interface for Managing the Timer operations Auto-generated implementation of ITimer specification.
TimerBridge(ITimer) - Constructor for class me.adaptive.arp.api.TimerBridge
Constructor with delegate.
TwitterBridge - Class in me.adaptive.arp.api
Interface for Managing the Twitter operations Auto-generated implementation of ITwitter specification.
TwitterBridge(ITwitter) - Constructor for class me.adaptive.arp.api.TwitterBridge
Constructor with delegate.

U

UIBridge - Class in me.adaptive.arp.api
Interface for Managing the UI operations Auto-generated implementation of IUI specification.
UIBridge(IUI) - Constructor for class me.adaptive.arp.api.UIBridge
Constructor with delegate.
UpdateBridge - Class in me.adaptive.arp.api
Interface for Managing the Update operations Auto-generated implementation of IUpdate specification.
UpdateBridge(IUpdate) - Constructor for class me.adaptive.arp.api.UpdateBridge
Constructor with delegate.

V

valueOf(String) - Static method in enum me.adaptive.arp.api.ContactAddressType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.ContactEmailType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.ContactPersonalInfoTitle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.ContactPhoneType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.ContactSocialNetwork
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IAccelerationListenerError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IAccelerationListenerWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IAdaptiveRPGroup
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IButtonListenerError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IButtonListenerWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.ICapabilitiesButton
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.ICapabilitiesCommunication
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.ICapabilitiesData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.ICapabilitiesMedia
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.ICapabilitiesNet
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.ICapabilitiesNotification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.ICapabilitiesOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.ICapabilitiesSensor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IContactFieldGroup
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IContactFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IContactPhotoResultCallbackError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IContactPhotoResultCallbackWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IContactResultCallbackError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IContactResultCallbackWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IDatabaseResultCallbackError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IDatabaseResultCallbackWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IDatabaseTableResultCallbackError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IDatabaseTableResultCallbackWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IDeviceOrientationListenerError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IDeviceOrientationListenerWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IDisplayOrientationListenerError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IDisplayOrientationListenerWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IFileDataLoadResultCallbackError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IFileDataLoadResultCallbackWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IFileDataStoreResultCallbackError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IFileDataStoreResultCallbackWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IFileListResultCallbackError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IFileListResultCallbackWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IFileResultCallbackError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IFileResultCallbackWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IFileSystemSecurity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IFileSystemStorageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IFileSystemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IGeolocationListenerError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IGeolocationListenerWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.ILifecycleListenerError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.ILifecycleListenerWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.ILoggingLogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IMessagingCallbackError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IMessagingCallbackWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.INetworkReachabilityCallbackError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.INetworkReachabilityCallbackWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.INetworkStatusListenerError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.INetworkStatusListenerWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IOSType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.ISecurityResultCallbackError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.ISecurityResultCallbackWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IServiceCertificateValidation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IServiceContentEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IServiceMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IServiceResultCallbackError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IServiceResultCallbackWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.IServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.ITelephonyStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.LifecycleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.adaptive.arp.api.RotationEventState
Returns the enum constant of this type with the specified name.
values() - Static method in enum me.adaptive.arp.api.ContactAddressType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.ContactEmailType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.ContactPersonalInfoTitle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.ContactPhoneType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.ContactSocialNetwork
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IAccelerationListenerError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IAccelerationListenerWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IAdaptiveRPGroup
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IButtonListenerError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IButtonListenerWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.ICapabilitiesButton
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.ICapabilitiesCommunication
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.ICapabilitiesData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.ICapabilitiesMedia
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.ICapabilitiesNet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.ICapabilitiesNotification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.ICapabilitiesOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.ICapabilitiesSensor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IContactFieldGroup
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IContactFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IContactPhotoResultCallbackError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IContactPhotoResultCallbackWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IContactResultCallbackError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IContactResultCallbackWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IDatabaseResultCallbackError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IDatabaseResultCallbackWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IDatabaseTableResultCallbackError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IDatabaseTableResultCallbackWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IDeviceOrientationListenerError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IDeviceOrientationListenerWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IDisplayOrientationListenerError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IDisplayOrientationListenerWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IFileDataLoadResultCallbackError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IFileDataLoadResultCallbackWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IFileDataStoreResultCallbackError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IFileDataStoreResultCallbackWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IFileListResultCallbackError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IFileListResultCallbackWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IFileResultCallbackError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IFileResultCallbackWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IFileSystemSecurity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IFileSystemStorageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IFileSystemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IGeolocationListenerError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IGeolocationListenerWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.ILifecycleListenerError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.ILifecycleListenerWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.ILoggingLogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IMessagingCallbackError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IMessagingCallbackWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.INetworkReachabilityCallbackError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.INetworkReachabilityCallbackWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.INetworkStatusListenerError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.INetworkStatusListenerWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IOSType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.ISecurityResultCallbackError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.ISecurityResultCallbackWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IServiceCertificateValidation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IServiceContentEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IServiceMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IServiceResultCallbackError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IServiceResultCallbackWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.IServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.ITelephonyStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.LifecycleState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.adaptive.arp.api.RotationEventState
Returns an array containing the constants of this enum type, in the order they are declared.
VibrationBridge - Class in me.adaptive.arp.api
Interface for Managing the Vibration operations Auto-generated implementation of IVibration specification.
VibrationBridge(IVibration) - Constructor for class me.adaptive.arp.api.VibrationBridge
Constructor with delegate.
VideoBridge - Class in me.adaptive.arp.api
Interface for Managing the Video operations Auto-generated implementation of IVideo specification.
VideoBridge(IVideo) - Constructor for class me.adaptive.arp.api.VideoBridge
Constructor with delegate.

W

WalletBridge - Class in me.adaptive.arp.api
Interface for Managing the Wallet operations Auto-generated implementation of IWallet specification.
WalletBridge(IWallet) - Constructor for class me.adaptive.arp.api.WalletBridge
Constructor with delegate.

X

XMLBridge - Class in me.adaptive.arp.api
Interface for Managing the XML operations Auto-generated implementation of IXML specification.
XMLBridge(IXML) - Constructor for class me.adaptive.arp.api.XMLBridge
Constructor with delegate.
A B C D E F G H I K L M N O P Q R S T U V W X 
Skip navigation links