Interface | Description |
---|---|
AndroidHttpClientFactory |
Factory for AndroidHttpClient instances
|
ApiJsonOperationCallback |
Callback used after a custom Api invocation is executed using JSON
|
ApiOperationCallback<E> |
Callback used after a custom Api invocation is executed
|
NextServiceFilterCallback |
Callback used to chain service filters
|
ServiceFilter |
The service filter can be used to manipulate requests and responses in the
HTTP pipeline used by the MobileServiceClient.
|
ServiceFilterRequest |
Represents an HTTP request that can be manipulated by ServiceFilters
|
ServiceFilterResponse |
Represents an HTTP response that can be manipulated by ServiceFilters
|
ServiceFilterResponseCallback |
Callback to invoke after processing the ServiceFilters and executing the
request
|
TableDeleteCallback |
Callback to invoke after executing a delete operation
|
TableJsonOperationCallback |
Callback used after a TableOperation is executed using JSON
|
TableJsonQueryCallback |
Callback used after a query is executed using JSON
|
TableOperationCallback<E> |
Callback used after a TableOperation is executed
|
TableQueryCallback<E> |
Callback used after a query is executed
|
UserAuthenticationCallback |
Callback for the user authentication process
|
Class | Description |
---|---|
AndroidHttpClientFactoryImpl |
Default implementation for AndroidHttpClientFactory
|
BuildConfig | |
MobileServiceApplication |
Provides context regarding the application that is using the Mobile Service.
|
MobileServiceClient |
Entry-point for Windows Azure Mobile Services interactions
|
MobileServiceJsonTable |
Represents a Mobile Service Table
|
MobileServiceQuery<E> |
Class that represents a query to a table, where E is the callback class to
use when executing the query
|
MobileServiceQueryOperations |
Class used to create query operations
|
MobileServiceTable<E> |
Represents a Mobile Service Table
|
MobileServiceUser |
Mobile Service authenticated user
|
ServiceFilterResponseImpl |
ServiceFilterResponse implementation
|
Enum | Description |
---|---|
MobileServiceAuthenticationProvider |
Authentication providers to use with a Mobile Service
|
MobileServiceSystemProperty |
The available System Properties in Mobile Service
|
QueryOrder |
Sort order values
|
Exception | Description |
---|---|
MobileServiceException | |
MobileServicePreconditionFailedException | |
MobileServicePreconditionFailedExceptionBase |