
The FavoritesProvider object represents a provider of favorites. The object has the following properties:
|
Property |
Description |
|
getID |
The ID of the provider of favorites |
|
isReadOnly |
A Boolean indicating whether the provider is read-only |
|
getTitle |
The title of the provider |
|
getFavorites |
An array of Favorite objects, assigned to this provider |
For information about using a server-side API for implementing custom providers of favorites, see Integrating External Favorites .