WearableCalendarContract
public
class
WearableCalendarContract
extends Object
java.lang.Object | |
↳ | android.support.wearable.provider.WearableCalendarContract |
The contract between the wearable calendar provider and applications. This API provides a subset
of the data available through CalendarContract
, but is automatically synced to wearable
devices.
Summary
Nested classes | |
---|---|
class |
WearableCalendarContract.Attendees
|
class |
WearableCalendarContract.Instances
|
class |
WearableCalendarContract.Reminders
|
Constants | |
---|---|
String |
AUTHORITY
|
Fields | |
---|---|
public
static
final
Uri |
CONTENT_URI
The content:// style URL for the top-level wearable calendar authority. |
Public constructors | |
---|---|
WearableCalendarContract()
|
Inherited methods | |
---|---|
![]()
java.lang.Object
|
Constants
Fields
Public constructors
WearableCalendarContract
WearableCalendarContract ()
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-06-11 UTC.