Note: The Wearable Support Library classes under the android.support.wearable
package are subject to change. For the full Android API reference, see Reference.
java.lang.Object |
↳ |
android.support.wearable.provider.WearableCalendarContract |
Class Overview
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 |
|
Fields |
public
static
final
Uri |
CONTENT_URI |
The content:// style URL for the top-level wearable calendar authority.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
String
AUTHORITY
Constant Value:
"com.google.android.wearable.provider.calendar"
Fields
public
static
final
Uri
CONTENT_URI
The content:// style URL for the top-level wearable calendar authority.
Public Constructors
public
WearableCalendarContract
()