java.lang.Object | ||
↳ | android.content.ContentProvider | |
↳ | com.urbanairship.UrbanAirshipProvider |
Manages access to Urban Airship Preferences and Rich Push Message data.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DELETE_ACTION | The database delete action that is appended to notification Uri's so we have more information about what changed in the database. | |||||||||
String | INSERT_ACTION | The database insert action that is appended to notification Uri's so we have more information about what changed in the database. | |||||||||
String | KEYS_DELIMITER | The key that defines the keys delimiter. | |||||||||
String | UPDATE_ACTION | The database update action that is appended to notification Uri's so we have more information about what changed in the database. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UrbanAirshipProvider() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | bulkInsert(Uri uri, ContentValues[] values) | ||||||||||
int | delete(Uri uri, String selection, String[] selectionArgs) | ||||||||||
static String |
getAuthorityString()
Get the package's authority string.
| ||||||||||
static Uri |
getPreferencesContentUri()
Creates the preferences URI.
| ||||||||||
static Uri |
getRichPushContentUri()
Creates the rich push content URI.
| ||||||||||
String | getType(Uri uri) | ||||||||||
Uri | insert(Uri uri, ContentValues values) | ||||||||||
boolean | onCreate() | ||||||||||
Cursor | query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) | ||||||||||
void | shutdown() | ||||||||||
int | update(Uri uri, ContentValues values, String selection, String[] selectionArgs) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
The database delete action that is appended to notification Uri's so we have more information about what changed in the database.
The database insert action that is appended to notification Uri's so we have more information about what changed in the database.
The key that defines the keys delimiter.
The database update action that is appended to notification Uri's so we have more information about what changed in the database.
Get the package's authority string.
Creates the preferences URI.
Creates the rich push content URI.