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

A

AccelerationDelegate - Class in me.adaptive.arp.impl
Interface defining methods about the acceleration sensor Auto-generated implementation of IAcceleration specification.
AccelerationDelegate() - Constructor for class me.adaptive.arp.impl.AccelerationDelegate
Default Constructor.
addAccelerationListener(IAccelerationListener) - Method in class me.adaptive.arp.impl.AccelerationDelegate
Register a new listener that will receive acceleration events.
addButtonListener(IButtonListener) - Method in class me.adaptive.arp.impl.DeviceDelegate
Register a new listener that will receive button events.
addDeviceOrientationListener(IDeviceOrientationListener) - Method in class me.adaptive.arp.impl.DeviceDelegate
Add a listener to start receiving device orientation change events.
addDisplayOrientationListener(IDisplayOrientationListener) - Method in class me.adaptive.arp.impl.DisplayDelegate
Add a listener to start receiving display orientation change events.
addGeolocationListener(IGeolocationListener) - Method in class me.adaptive.arp.impl.GeolocationDelegate
Register a new listener that will receive geolocation events.
addLifecycleListener(ILifecycleListener) - Method in class me.adaptive.arp.impl.LifecycleDelegate
Add the listener for the lifecycle of the app
addNetworkStatusListener(INetworkStatusListener) - Method in class me.adaptive.arp.impl.NetworkStatusDelegate
Add the listener for network status changes of the app
addWebview(Object) - Method in class me.adaptive.arp.impl.AppContextWebviewDelegate
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.
AppContextDelegate - Class in me.adaptive.arp.impl
Interface for context management purposes Auto-generated implementation of IAppContext specification.
AppContextDelegate() - Constructor for class me.adaptive.arp.impl.AppContextDelegate
Default Constructor.
AppContextWebviewDelegate - Class in me.adaptive.arp.impl
Interface for webview context management purposes Auto-generated implementation of IAppContextWebview specification.
AppContextWebviewDelegate() - Constructor for class me.adaptive.arp.impl.AppContextWebviewDelegate
Default Constructor.

B

BaseApplicationDelegate - Class in me.adaptive.arp.impl
Base application for Application purposes Auto-generated implementation of IBaseApplication specification.
BaseApplicationDelegate() - Constructor for class me.adaptive.arp.impl.BaseApplicationDelegate
Default constructor.
BaseCommerceDelegate - Class in me.adaptive.arp.impl
Base application for Commerce purposes Auto-generated implementation of IBaseCommerce specification.
BaseCommerceDelegate() - Constructor for class me.adaptive.arp.impl.BaseCommerceDelegate
Default constructor.
BaseCommunicationDelegate - Class in me.adaptive.arp.impl
Base application for Communication purposes Auto-generated implementation of IBaseCommunication specification.
BaseCommunicationDelegate() - Constructor for class me.adaptive.arp.impl.BaseCommunicationDelegate
Default constructor.
BaseDataDelegate - Class in me.adaptive.arp.impl
Base application for Data purposes Auto-generated implementation of IBaseData specification.
BaseDataDelegate() - Constructor for class me.adaptive.arp.impl.BaseDataDelegate
Default constructor.
BaseMediaDelegate - Class in me.adaptive.arp.impl
Base application for Media purposes Auto-generated implementation of IBaseMedia specification.
BaseMediaDelegate() - Constructor for class me.adaptive.arp.impl.BaseMediaDelegate
Default constructor.
BaseNotificationDelegate - Class in me.adaptive.arp.impl
Base application for Notification purposes Auto-generated implementation of IBaseNotification specification.
BaseNotificationDelegate() - Constructor for class me.adaptive.arp.impl.BaseNotificationDelegate
Default constructor.
BasePIMDelegate - Class in me.adaptive.arp.impl
Base application for PIM purposes Auto-generated implementation of IBasePIM specification.
BasePIMDelegate() - Constructor for class me.adaptive.arp.impl.BasePIMDelegate
Default constructor.
BaseReaderDelegate - Class in me.adaptive.arp.impl
Base application for Reader purposes Auto-generated implementation of IBaseReader specification.
BaseReaderDelegate() - Constructor for class me.adaptive.arp.impl.BaseReaderDelegate
Default constructor.
BaseSecurityDelegate - Class in me.adaptive.arp.impl
Base application for Security purposes Auto-generated implementation of IBaseSecurity specification.
BaseSecurityDelegate() - Constructor for class me.adaptive.arp.impl.BaseSecurityDelegate
Default constructor.
BaseSensorDelegate - Class in me.adaptive.arp.impl
Base application for Sensor purposes Auto-generated implementation of IBaseSensor specification.
BaseSensorDelegate() - Constructor for class me.adaptive.arp.impl.BaseSensorDelegate
Default constructor.
BaseSocialDelegate - Class in me.adaptive.arp.impl
Base application for Social purposes Auto-generated implementation of IBaseSocial specification.
BaseSocialDelegate() - Constructor for class me.adaptive.arp.impl.BaseSocialDelegate
Default constructor.
BaseSystemDelegate - Class in me.adaptive.arp.impl
Base application for System purposes Auto-generated implementation of IBaseSystem specification.
BaseSystemDelegate() - Constructor for class me.adaptive.arp.impl.BaseSystemDelegate
Default constructor.
BaseUIDelegate - Class in me.adaptive.arp.impl
Base application for UI purposes Auto-generated implementation of IBaseUI specification.
BaseUIDelegate() - Constructor for class me.adaptive.arp.impl.BaseUIDelegate
Default constructor.
BaseUtilDelegate - Class in me.adaptive.arp.impl
Base application for Utility purposes Auto-generated implementation of IBaseUtil specification.
BaseUtilDelegate() - Constructor for class me.adaptive.arp.impl.BaseUtilDelegate
Default constructor.
BrowserDelegate - Class in me.adaptive.arp.impl
Interface for Managing the browser operations Auto-generated implementation of IBrowser specification.
BrowserDelegate() - Constructor for class me.adaptive.arp.impl.BrowserDelegate
Default Constructor.

C

call(String) - Method in class me.adaptive.arp.impl.TelephonyDelegate
Invoke a phone call
canRead(FileDescriptor) - Method in class me.adaptive.arp.impl.FileDelegate
Determine whether the current file/folder can be read from.
canWrite(FileDescriptor) - Method in class me.adaptive.arp.impl.FileDelegate
Determine whether the current file/folder can be written to.
CapabilitiesDelegate - Class in me.adaptive.arp.impl
Interface for testing the Capabilities operations Auto-generated implementation of ICapabilities specification.
CapabilitiesDelegate() - Constructor for class me.adaptive.arp.impl.CapabilitiesDelegate
Default Constructor.
ContactDelegate - Class in me.adaptive.arp.impl
Interface for Managing the Contact operations Auto-generated implementation of IContact specification.
ContactDelegate() - Constructor for class me.adaptive.arp.impl.ContactDelegate
Default Constructor.
create(FileDescriptor, IFileResultCallback) - Method in class me.adaptive.arp.impl.FileDelegate
Creates a file with the specified name.
createDatabase(Database, IDatabaseResultCallback) - Method in class me.adaptive.arp.impl.DatabaseDelegate
Creates a database on default path for every platform.
createFileDescriptor(FileDescriptor, String) - Method in class me.adaptive.arp.impl.FileSystemDelegate
Creates a new reference to a new or existing location in the filesystem.
createTable(Database, DatabaseTable, IDatabaseTableResultCallback) - Method in class me.adaptive.arp.impl.DatabaseDelegate
Creates a databaseTable inside a database for every platform.

D

DatabaseDelegate - Class in me.adaptive.arp.impl
Interface for Managing the Cloud operations Auto-generated implementation of IDatabase specification.
DatabaseDelegate() - Constructor for class me.adaptive.arp.impl.DatabaseDelegate
Default Constructor.
delete(FileDescriptor, boolean) - Method in class me.adaptive.arp.impl.FileDelegate
Deletes the given file or path.
deleteDatabase(Database, IDatabaseResultCallback) - Method in class me.adaptive.arp.impl.DatabaseDelegate
Deletes a database on default path for every platform.
deleteSecureKeyValuePairs(String[], String, ISecurityResultCallback) - Method in class me.adaptive.arp.impl.SecurityDelegate
Deletes from the device internal storage the entry/entries containing the specified key names.
deleteTable(Database, DatabaseTable, IDatabaseTableResultCallback) - Method in class me.adaptive.arp.impl.DatabaseDelegate
Deletes a databaseTable inside a database for every platform.
DeviceDelegate - Class in me.adaptive.arp.impl
Interface for Managing the Device operations Auto-generated implementation of IDevice specification.
DeviceDelegate() - Constructor for class me.adaptive.arp.impl.DeviceDelegate
Default Constructor.
dismissApplication() - Method in class me.adaptive.arp.impl.RuntimeDelegate
Dismiss the current Application
dismissSplashScreen() - Method in class me.adaptive.arp.impl.RuntimeDelegate
Whether the application dismiss the splash screen successfully or not
DisplayDelegate - Class in me.adaptive.arp.impl
Interface for Managing the Display operations Auto-generated implementation of IDisplay specification.
DisplayDelegate() - Constructor for class me.adaptive.arp.impl.DisplayDelegate
Default Constructor.

E

executeJavaScript(String) - Method in class me.adaptive.arp.impl.AppContextWebviewDelegate
Evaluate the specified javascript on the main webview of the application.
executeJavaScript(String, Object) - Method in class me.adaptive.arp.impl.AppContextWebviewDelegate
Evaluate the specified javascript on the specified webview of the application.
executeSqlStatement(Database, String, String[], IDatabaseTableResultCallback) - Method in class me.adaptive.arp.impl.DatabaseDelegate
Executes SQL statement into the given database.
executeSqlTransactions(Database, String[], boolean, IDatabaseTableResultCallback) - Method in class me.adaptive.arp.impl.DatabaseDelegate
Executes SQL transaction (some statements chain) inside given database.
exists(FileDescriptor) - Method in class me.adaptive.arp.impl.FileDelegate
Check whether the file/path exists.
existsDatabase(Database) - Method in class me.adaptive.arp.impl.DatabaseDelegate
Checks if database exists by given database name.
existsTable(Database, DatabaseTable) - Method in class me.adaptive.arp.impl.DatabaseDelegate
Checks if databaseTable exists by given database name.

F

FileDelegate - Class in me.adaptive.arp.impl
Interface for Managing the File operations Auto-generated implementation of IFile specification.
FileDelegate() - Constructor for class me.adaptive.arp.impl.FileDelegate
Default Constructor.
FileSystemDelegate - Class in me.adaptive.arp.impl
Interface for Managing the File System operations Auto-generated implementation of IFileSystem specification.
FileSystemDelegate() - Constructor for class me.adaptive.arp.impl.FileSystemDelegate
Default Constructor.

G

GeolocationDelegate - Class in me.adaptive.arp.impl
Interface for Managing the Geolocation operations Auto-generated implementation of IGeolocation specification.
GeolocationDelegate() - Constructor for class me.adaptive.arp.impl.GeolocationDelegate
Default Constructor.
getAPIGroup() - Method in class me.adaptive.arp.impl.BaseApplicationDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.impl.BaseCommerceDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.impl.BaseCommunicationDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.impl.BaseDataDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.impl.BaseMediaDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.impl.BaseNotificationDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.impl.BasePIMDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.impl.BaseReaderDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.impl.BaseSecurityDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.impl.BaseSensorDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.impl.BaseSocialDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.impl.BaseSystemDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.impl.BaseUIDelegate
Return the API group for the given interface.
getAPIGroup() - Method in class me.adaptive.arp.impl.BaseUtilDelegate
Return the API group for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.impl.BaseApplicationDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.impl.BaseCommerceDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.impl.BaseCommunicationDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.impl.BaseDataDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.impl.BaseMediaDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.impl.BaseNotificationDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.impl.BasePIMDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.impl.BaseReaderDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.impl.BaseSecurityDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.impl.BaseSensorDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.impl.BaseSocialDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.impl.BaseSystemDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.impl.BaseUIDelegate
Return the API version for the given interface.
getAPIVersion() - Method in class me.adaptive.arp.impl.BaseUtilDelegate
Return the API version for the given interface.
getApplicationCacheFolder() - Method in class me.adaptive.arp.impl.FileSystemDelegate
Returns a reference to the cache folder for the current application.
getApplicationCloudFolder() - Method in class me.adaptive.arp.impl.FileSystemDelegate
Returns a reference to the cloud synchronizable folder for the current application.
getApplicationDocumentsFolder() - Method in class me.adaptive.arp.impl.FileSystemDelegate
Returns a reference to the documents folder for the current application.
getApplicationFolder() - Method in class me.adaptive.arp.impl.FileSystemDelegate
Returns a reference to the application installation folder.
getApplicationProtectedFolder() - Method in class me.adaptive.arp.impl.FileSystemDelegate
Returns a reference to the protected storage folder for the current application.
getContact(ContactUid, IContactResultCallback) - Method in class me.adaptive.arp.impl.ContactDelegate
Get all the details of a contact according to its id
getContactPhoto(ContactUid, IContactPhotoResultCallback) - Method in class me.adaptive.arp.impl.ContactDelegate
Get the contact photo
getContacts(IContactResultCallback) - Method in class me.adaptive.arp.impl.ContactDelegate
Get all contacts
getContactsForFields(IContactResultCallback, IContactFieldGroup[]) - Method in class me.adaptive.arp.impl.ContactDelegate
Get marked fields of all contacts
getContactsWithFilter(IContactResultCallback, IContactFieldGroup[], IContactFilter[]) - Method in class me.adaptive.arp.impl.ContactDelegate
Get marked fields of all contacts according to a filter
getContent(FileDescriptor, IFileDataLoadResultCallback) - Method in class me.adaptive.arp.impl.FileDelegate
Loads the content of the file.
getContext() - Method in class me.adaptive.arp.impl.AppContextDelegate
The main application context.
getContextType() - Method in class me.adaptive.arp.impl.AppContextDelegate
The type of context provided by the getContext method.
getDefaultLocale() - Method in class me.adaptive.arp.impl.GlobalizationDelegate
Returns the default locale of the application defined in the configuration file
getDeviceInfo() - Method in class me.adaptive.arp.impl.DeviceDelegate
Returns the device information for the current device executing the runtime.
getFileStorageType(FileDescriptor) - Method in class me.adaptive.arp.impl.FileDelegate
Returns the file storage type of the file
getFileType(FileDescriptor) - Method in class me.adaptive.arp.impl.FileDelegate
Returns the file type
getLocaleCurrent() - Method in class me.adaptive.arp.impl.DeviceDelegate
Gets the current Locale for the device.
getLocaleSupportedDescriptors() - Method in class me.adaptive.arp.impl.GlobalizationDelegate
List of supported locales for the application defined in the configuration file
getOrientationCurrent() - Method in class me.adaptive.arp.impl.DeviceDelegate
Returns the current orientation of the device.
getOrientationCurrent() - Method in class me.adaptive.arp.impl.DisplayDelegate
Returns the current orientation of the display.
getOrientationDefault() - Method in class me.adaptive.arp.impl.CapabilitiesDelegate
Obtains the default orientation of the device/display.
getOrientationsSupported() - Method in class me.adaptive.arp.impl.CapabilitiesDelegate
Provides the device/display orientations supported by the platform.
getOSInfo() - Method in class me.adaptive.arp.impl.OSDelegate
Returns the OSInfo for the current operating system.
getResourceLiteral(String, Locale) - Method in class me.adaptive.arp.impl.GlobalizationDelegate
Gets the text/message corresponding to the given key and locale.
getResourceLiterals(Locale) - Method in class me.adaptive.arp.impl.GlobalizationDelegate
Gets the full application configured literals (key/message pairs) corresponding to the given locale.
getSecureKeyValuePairs(String[], String, ISecurityResultCallback) - Method in class me.adaptive.arp.impl.SecurityDelegate
Retrieves from the device internal storage the entry/entries containing the specified key names.
getSecurityType(FileDescriptor) - Method in class me.adaptive.arp.impl.FileDelegate
Returns the security type of the file
getSeparator() - Method in class me.adaptive.arp.impl.FileSystemDelegate
Returns the file system dependent file separator.
getServiceRequest(ServiceToken) - Method in class me.adaptive.arp.impl.ServiceDelegate
Create a service request for the given ServiceToken.
getServicesRegistered() - Method in class me.adaptive.arp.impl.ServiceDelegate
Returns all the possible service tokens configured in the platform's XML service definition file.
getServiceToken(String, String, String, IServiceMethod) - Method in class me.adaptive.arp.impl.ServiceDelegate
Obtains a ServiceToken for the given parameters to be used for the creation of requests.
getServiceTokenByUri(String) - Method in class me.adaptive.arp.impl.ServiceDelegate
Obtains a Service token by a concrete uri (http://domain.com/path).
getSystemExternalFolder() - Method in class me.adaptive.arp.impl.FileSystemDelegate
Returns a reference to the external storage folder provided by the OS.
getWebviewPrimary() - Method in class me.adaptive.arp.impl.AppContextWebviewDelegate
Returns a reference to the main application webview.
getWebviews() - Method in class me.adaptive.arp.impl.AppContextWebviewDelegate
Returns an array of webviews currently managed by the context - composed of primary and the list of those added.
GlobalizationDelegate - Class in me.adaptive.arp.impl
Interface for Managing the Globalization results Auto-generated implementation of IGlobalization specification.
GlobalizationDelegate() - Constructor for class me.adaptive.arp.impl.GlobalizationDelegate
Default Constructor.

H

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

I

invokeService(ServiceRequest, IServiceResultCallback) - Method in class me.adaptive.arp.impl.ServiceDelegate
Executes the given ServiceRequest and provides responses to the given callback handler.
isBackground() - Method in class me.adaptive.arp.impl.LifecycleDelegate
Whether the application is in background or not
isDeviceModified() - Method in class me.adaptive.arp.impl.SecurityDelegate
Returns if the device has been modified in anyhow
isDirectory(FileDescriptor) - Method in class me.adaptive.arp.impl.FileDelegate
Check whether this is a path of a file.
isNetworkReachable(String, INetworkReachabilityCallback) - Method in class me.adaptive.arp.impl.NetworkReachabilityDelegate
Whether there is connectivity to a host, via domain name or ip address, or not.
isNetworkServiceReachable(String, INetworkReachabilityCallback) - Method in class me.adaptive.arp.impl.NetworkReachabilityDelegate
Whether there is connectivity to an url of a service or not.
isServiceRegistered(String, String, String, IServiceMethod) - Method in class me.adaptive.arp.impl.ServiceDelegate
Checks whether a specific service, endpoint, function and method type is configured in the platform's XML service definition file.

L

LifecycleDelegate - Class in me.adaptive.arp.impl
Interface for Managing the Lifecycle listeners Auto-generated implementation of ILifecycle specification.
LifecycleDelegate() - Constructor for class me.adaptive.arp.impl.LifecycleDelegate
Default Constructor.
listFiles(FileDescriptor, IFileListResultCallback) - Method in class me.adaptive.arp.impl.FileDelegate
List all the files contained within this file/path reference.
listFilesForRegex(FileDescriptor, String, IFileListResultCallback) - Method in class me.adaptive.arp.impl.FileDelegate
List all the files matching the speficied regex filter within this file/path reference.
log(ILoggingLogLevel, String) - Method in class me.adaptive.arp.impl.LoggingDelegate
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.impl.LoggingDelegate
Logs the given message, with the given log level if specified, to the standard platform/environment.
LoggingDelegate - Class in me.adaptive.arp.impl
Interface for Managing the Logging operations Auto-generated implementation of ILogging specification.
LoggingDelegate() - Constructor for class me.adaptive.arp.impl.LoggingDelegate
Default Constructor.

M

MailDelegate - Class in me.adaptive.arp.impl
Interface for Managing the Mail operations Auto-generated implementation of IMail specification.
MailDelegate() - Constructor for class me.adaptive.arp.impl.MailDelegate
Default Constructor.
me.adaptive.arp.impl - package me.adaptive.arp.impl
 
MessagingDelegate - Class in me.adaptive.arp.impl
Interface for Managing the Messaging operations Auto-generated implementation of IMessaging specification.
MessagingDelegate() - Constructor for class me.adaptive.arp.impl.MessagingDelegate
Default Constructor.
mkDir(FileDescriptor, boolean) - Method in class me.adaptive.arp.impl.FileDelegate
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.impl.FileDelegate
Moves the current file to the given file destination, optionally overwriting and creating the path to the new destination file.

N

NetworkReachabilityDelegate - Class in me.adaptive.arp.impl
Interface for Managing the Network reachability operations Auto-generated implementation of INetworkReachability specification.
NetworkReachabilityDelegate() - Constructor for class me.adaptive.arp.impl.NetworkReachabilityDelegate
Default Constructor.
NetworkStatusDelegate - Class in me.adaptive.arp.impl
Interface for Managing the Network status Auto-generated implementation of INetworkStatus specification.
NetworkStatusDelegate() - Constructor for class me.adaptive.arp.impl.NetworkStatusDelegate
Default Constructor.

O

openExtenalBrowser(String) - Method in class me.adaptive.arp.impl.BrowserDelegate
Method for opening a URL like a link in the native default browser
openInternalBrowser(String, String, String) - Method in class me.adaptive.arp.impl.BrowserDelegate
Method for opening a browser embedded into the application
openInternalBrowserModal(String, String, String) - Method in class me.adaptive.arp.impl.BrowserDelegate
Method for opening a browser embedded into the application in a modal window
OSDelegate - Class in me.adaptive.arp.impl
Interface for Managing the OS operations Auto-generated implementation of IOS specification.
OSDelegate() - Constructor for class me.adaptive.arp.impl.OSDelegate
Default Constructor.

P

playStream(String) - Method in class me.adaptive.arp.impl.VideoDelegate
Play url video stream

R

removeAccelerationListener(IAccelerationListener) - Method in class me.adaptive.arp.impl.AccelerationDelegate
De-registers an existing listener from receiving acceleration events.
removeAccelerationListeners() - Method in class me.adaptive.arp.impl.AccelerationDelegate
Removed all existing listeners from receiving acceleration events.
removeButtonListener(IButtonListener) - Method in class me.adaptive.arp.impl.DeviceDelegate
De-registers an existing listener from receiving button events.
removeButtonListeners() - Method in class me.adaptive.arp.impl.DeviceDelegate
Removed all existing listeners from receiving button events.
removeDeviceOrientationListener(IDeviceOrientationListener) - Method in class me.adaptive.arp.impl.DeviceDelegate
Remove a listener to stop receiving device orientation change events.
removeDeviceOrientationListeners() - Method in class me.adaptive.arp.impl.DeviceDelegate
Remove all listeners receiving device orientation events.
removeDisplayOrientationListener(IDisplayOrientationListener) - Method in class me.adaptive.arp.impl.DisplayDelegate
Remove a listener to stop receiving display orientation change events.
removeDisplayOrientationListeners() - Method in class me.adaptive.arp.impl.DisplayDelegate
Remove all listeners receiving display orientation events.
removeGeolocationListener(IGeolocationListener) - Method in class me.adaptive.arp.impl.GeolocationDelegate
De-registers an existing listener from receiving geolocation events.
removeGeolocationListeners() - Method in class me.adaptive.arp.impl.GeolocationDelegate
Removed all existing listeners from receiving geolocation events.
removeLifecycleListener(ILifecycleListener) - Method in class me.adaptive.arp.impl.LifecycleDelegate
Un-registers an existing listener from receiving lifecycle events.
removeLifecycleListeners() - Method in class me.adaptive.arp.impl.LifecycleDelegate
Removes all existing listeners from receiving lifecycle events.
removeNetworkStatusListener(INetworkStatusListener) - Method in class me.adaptive.arp.impl.NetworkStatusDelegate
Un-registers an existing listener from receiving network status events.
removeNetworkStatusListeners() - Method in class me.adaptive.arp.impl.NetworkStatusDelegate
Removes all existing listeners from receiving network status events.
removeWebview(Object) - Method in class me.adaptive.arp.impl.AppContextWebviewDelegate
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.
RuntimeDelegate - Class in me.adaptive.arp.impl
Interface for Managing the Runtime operations Auto-generated implementation of IRuntime specification.
RuntimeDelegate() - Constructor for class me.adaptive.arp.impl.RuntimeDelegate
Default Constructor.

S

searchContacts(String, IContactResultCallback) - Method in class me.adaptive.arp.impl.ContactDelegate
Search contacts according to a term and send it to the callback
searchContactsWithFilter(String, IContactResultCallback, IContactFilter[]) - Method in class me.adaptive.arp.impl.ContactDelegate
Search contacts according to a term with a filter and send it to the callback
SecurityDelegate - Class in me.adaptive.arp.impl
Interface for Managing the Security operations Auto-generated implementation of ISecurity specification.
SecurityDelegate() - Constructor for class me.adaptive.arp.impl.SecurityDelegate
Default Constructor.
sendEmail(Email, IMessagingCallback) - Method in class me.adaptive.arp.impl.MailDelegate
Send an Email
sendSMS(String, String, IMessagingCallback) - Method in class me.adaptive.arp.impl.MessagingDelegate
Send text SMS
ServiceDelegate - Class in me.adaptive.arp.impl
Interface for Managing the Services operations Auto-generated implementation of IService specification.
ServiceDelegate() - Constructor for class me.adaptive.arp.impl.ServiceDelegate
Default Constructor.
setContactPhoto(ContactUid, byte[]) - Method in class me.adaptive.arp.impl.ContactDelegate
Set the contact photo
setContent(FileDescriptor, byte[], IFileDataStoreResultCallback) - Method in class me.adaptive.arp.impl.FileDelegate
Sets the content of the file.
setSecureKeyValuePairs(SecureKeyPair[], String, ISecurityResultCallback) - Method in class me.adaptive.arp.impl.SecurityDelegate
Stores in the device internal storage the specified item/s.

T

TelephonyDelegate - Class in me.adaptive.arp.impl
Interface for Managing the Telephony operations Auto-generated implementation of ITelephony specification.
TelephonyDelegate() - Constructor for class me.adaptive.arp.impl.TelephonyDelegate
Default Constructor.

V

VideoDelegate - Class in me.adaptive.arp.impl
Interface for Managing the Video operations Auto-generated implementation of IVideo specification.
VideoDelegate() - Constructor for class me.adaptive.arp.impl.VideoDelegate
Default Constructor.
A B C D E F G H I L M N O P R S T V 
Skip navigation links