WearableCalendarContract
public
class
WearableCalendarContract
extends Object
This class is deprecated.
Use androidx.wear.provider.WearableCalendarContract
from the Jetpack Wear library instead.
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
This class is deprecated.
Use androidx.wear.provider.WearableCalendarContract from the Jetpack Wear library instead.
|
class |
WearableCalendarContract.Instances
This class is deprecated.
Use androidx.wear.provider.WearableCalendarContract from the Jetpack Wear library instead.
|
class |
WearableCalendarContract.Reminders
This class is deprecated.
Use androidx.wear.provider.WearableCalendarContract from the Jetpack Wear library instead.
|
Fields |
public
static
final
Uri |
CONTENT_URI
The content:// style URL for the top-level wearable calendar authority.
|
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(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
AUTHORITY
public static final String AUTHORITY
Constant Value:
"com.google.android.wearable.provider.calendar"
Fields
CONTENT_URI
public static final Uri CONTENT_URI
The content:// style URL for the top-level wearable calendar authority.
Public constructors
WearableCalendarContract
public WearableCalendarContract ()
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# WearableCalendarContract\n\nSummary: [Nested Classes](#nestedclasses) \\| [Constants](#constants) \\| [Fields](#lfields) \\| [Ctors](#pubctors) \\| [Inherited Methods](#inhmethods) \n\nWearableCalendarContract\n========================\n\n\n`\npublic\n\n\nclass\nWearableCalendarContract\n`\n\n\n`\n\nextends `[Object](http://developer.android.com/reference/java/lang/Object.html)`\n\n\n`\n\n`\n\n\n`\n\n|---|------------------------------------------------------------|\n| [java.lang.Object](http://developer.android.com/reference/java/lang/Object.html) ||\n| ↳ | android.support.wearable.provider.WearableCalendarContract |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\n\n**This class is deprecated.** \n\nUse `androidx.wear.provider.WearableCalendarContract` from the [Jetpack Wear](../../../../../jetpack/androidx/releases/wear) library instead.\n\nThe contract between the wearable calendar provider and applications. This API provides a subset\nof the data available through [CalendarContract](http://developer.android.com/reference/android/provider/CalendarContract.html), but is automatically synced to wearable\ndevices.\n\nSummary\n-------\n\n| ### Nested classes ||\n|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` class` | [WearableCalendarContract.Attendees](../../../../../reference/android/support/wearable/provider/WearableCalendarContract.Attendees.html) *This class is deprecated. Use `androidx.wear.provider.WearableCalendarContract` from the [Jetpack Wear](../../../../../jetpack/androidx/releases/wear) library instead.* |\n| ` class` | [WearableCalendarContract.Instances](../../../../../reference/android/support/wearable/provider/WearableCalendarContract.Instances.html) *This class is deprecated. Use `androidx.wear.provider.WearableCalendarContract` from the [Jetpack Wear](../../../../../jetpack/androidx/releases/wear) library instead.* |\n| ` class` | [WearableCalendarContract.Reminders](../../../../../reference/android/support/wearable/provider/WearableCalendarContract.Reminders.html) *This class is deprecated. Use `androidx.wear.provider.WearableCalendarContract` from the [Jetpack Wear](../../../../../jetpack/androidx/releases/wear) library instead.* |\n\n| ### Constants ||\n|------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|\n| [String](http://developer.android.com/reference/java/lang/String.html) | [AUTHORITY](../../../../../reference/android/support/wearable/provider/WearableCalendarContract.html#AUTHORITY) |\n\n| ### Fields ||\n|-------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` public static final `[Uri](http://developer.android.com/reference/android/net/Uri.html) | [CONTENT_URI](../../../../../reference/android/support/wearable/provider/WearableCalendarContract.html#CONTENT_URI) The content:// style URL for the top-level wearable calendar authority. |\n\n| ### Public constructors ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[WearableCalendarContract](../../../../../reference/android/support/wearable/provider/WearableCalendarContract.html#WearableCalendarContract())`() ` |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From class ` `[java.lang.Object](http://developer.android.com/reference/java/lang/Object.html)` ` |------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------| | ` `[Object](http://developer.android.com/reference/java/lang/Object.html) | ` clone() ` | | ` boolean` | ` equals(`[Object](http://developer.android.com/reference/java/lang/Object.html)` arg0) ` | | ` void` | ` finalize() ` | | ` final `[Class](http://developer.android.com/reference/java/lang/Class.html)`\u003c?\u003e` | ` getClass() ` | | ` int` | ` hashCode() ` | | ` final void` | ` notify() ` | | ` final void` | ` notifyAll() ` | | ` `[String](http://developer.android.com/reference/java/lang/String.html) | ` toString() ` | | ` final void` | ` wait(long arg0, int arg1) ` | | ` final void` | ` wait(long arg0) ` | | ` final void` | ` wait() ` | ||\n\nConstants\n---------\n\n### AUTHORITY\n\n```\npublic static final String AUTHORITY\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"com.google.android.wearable.provider.calendar\"\n\n\nFields\n------\n\n### CONTENT_URI\n\n```\npublic static final Uri CONTENT_URI\n```\n\nThe content:// style URL for the top-level wearable calendar authority.\n\n\u003cbr /\u003e\n\nPublic constructors\n-------------------\n\n### WearableCalendarContract\n\n```\npublic WearableCalendarContract ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e"]]