JtxCollection

Properties

Link copied to clipboard
const val ACCOUNT_NAME: String

Purpose: This column/property defines the if the account name under which the collection resides. Type: String

Link copied to clipboard
const val ACCOUNT_TYPE: String

Purpose: This column/property defines the if the account type under which the collection resides. Type: String

Link copied to clipboard
const val COLOR: String

Purpose: This column/property defines the color of the collection items. This color can also be overwritten by the color in an ICalObject. The color is represented as Int-value as described in [https://developer.android.com/reference/android/graphics/Color#color-ints] Type: Int

Link copied to clipboard

The content uri of the collections table

Link copied to clipboard
const val DESCRIPTION: String

Purpose: This column/property defines a description of the collection. Type: String

Link copied to clipboard
const val DISPLAYNAME: String

Purpose: This column/property defines the display name of the collection. Type: String

Link copied to clipboard
const val ID: String

The name of the ID column for collections. This is the unique identifier of a Collection Type: Long

Link copied to clipboard
const val LAST_SYNC: String

Purpose: This column/property defines the date/time of the last sync Type: Long

Link copied to clipboard
const val OWNER: String

Purpose: This column/property defines the URL of the owner of the collection. Type: String

Link copied to clipboard

Purpose: This column/property defines the display name of the owner of the collection. Type: String

Link copied to clipboard
const val READONLY: String

Purpose: This column/property defines if a collection is marked as read-only by the Sync Adapter Type: Boolean

Link copied to clipboard

Purpose: This column/property defines the if the collection supports VEVENTs. Type: Boolean

Link copied to clipboard

Purpose: This column/property defines the if the collection supports VJOURNALs. Type: Boolean

Link copied to clipboard

Purpose: This column/property defines the if the collection supports VTODOs. Type: Boolean

Link copied to clipboard
const val SYNC_VERSION: String

Purpose: This column/property defines a field for the Sync Version for the Sync Adapter Type: String

Link copied to clipboard

The name of the the table for Collections. ICalObjects MUST be linked to a collection!

Link copied to clipboard

Account type used for testing. This account type must be used for integrated testing. Otherwise the application would check if an account exists in the Android accounts and delete the test account/collections immediately. Using this test account prevents this behaviour for Debug builds.

Link copied to clipboard
const val URL: String

Purpose: This column/property defines the url of the collection. Type: String