Skip to content

Commit 2af18ab

Browse files
cb1kenobigithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent d1eb7c4 commit 2af18ab

File tree

1 file changed

+64
-4
lines changed

1 file changed

+64
-4
lines changed

docs/api/api.json

Lines changed: 64 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54241,7 +54241,7 @@
5424154241
{
5424254242
"name": "save",
5424354243
"summary": "Saves changes to an event permanently.",
54244-
"description": "This method raises an exception if it is passed an event from another event store.\n\nWhen an event is saved, it is updated in the Calendar database. Any fields you did\nnot modify are updated to reflect the most recent value in the database. If the\nevent has been deleted from the database, it is re-created as a new event.\n\nOn Android, this method only updates the recurrence rule (if set). See [TIMOB-24248](https://jira-archive.titaniumsdk.com/TIMOB-24248)\nto track this new feature.\n",
54244+
"description": "This method raises an exception if it is passed an event from another calendar.\n\nWhen an event is saved, it is updated in the Calendar database. Any fields you did\nnot modify are updated to reflect the most recent value in the database. If the\nevent has been deleted from the database, it is re-created as a new event.\n\nOn Android, this method only updates the recurrence rule (if set). See [TIMOB-24248](https://jira-archive.titaniumsdk.com/TIMOB-24248)\nto track this new feature.\n",
5424554245
"platforms": [
5424654246
{
5424754247
"since": "7.1.0",
@@ -54273,9 +54273,13 @@
5427354273
},
5427454274
{
5427554275
"name": "remove",
54276-
"summary": "Removes an event from the event store.",
54277-
"description": "This method raises an exception if it is passed an event from another event store.\n",
54276+
"summary": "Removes an event from the calendar.",
54277+
"description": "This method raises an exception on iOS if an event from another calendar is used.\n",
5427854278
"platforms": [
54279+
{
54280+
"since": "12.4.0",
54281+
"name": "android"
54282+
},
5427954283
{
5428054284
"since": "3.1.0",
5428154285
"name": "iphone"
@@ -54292,7 +54296,7 @@
5429254296
"parameters": [
5429354297
{
5429454298
"name": "span",
54295-
"summary": "The span to use. Indicates whether to remove future instances of the event in\nthe case of a recurring event.\n",
54299+
"summary": "iOS-only: The span to use. Indicates whether to remove future instances of the event in\nthe case of a recurring event.\n",
5429654300
"type": "Number"
5429754301
}
5429854302
],
@@ -151951,6 +151955,62 @@
151951151955
"Array<BarItemType>"
151952151956
],
151953151957
"availability": "creation"
151958+
},
151959+
{
151960+
"name": "selectedBackgroundColor",
151961+
"summary": "Background color of the selected button",
151962+
"platforms": [
151963+
{
151964+
"since": "12.4.0",
151965+
"name": "android"
151966+
}
151967+
],
151968+
"type": [
151969+
"String",
151970+
"Titanium.UI.Color"
151971+
]
151972+
},
151973+
{
151974+
"name": "selectedTextColor",
151975+
"summary": "Text color of the selected button",
151976+
"platforms": [
151977+
{
151978+
"since": "12.4.0",
151979+
"name": "android"
151980+
}
151981+
],
151982+
"type": [
151983+
"String",
151984+
"Titanium.UI.Color"
151985+
]
151986+
},
151987+
{
151988+
"name": "selectedBorderColor",
151989+
"summary": "Border color of the selected button",
151990+
"platforms": [
151991+
{
151992+
"since": "12.4.0",
151993+
"name": "android"
151994+
}
151995+
],
151996+
"type": [
151997+
"String",
151998+
"Titanium.UI.Color"
151999+
]
152000+
},
152001+
{
152002+
"name": "color",
152003+
"summary": "Text color of the unselected button",
152004+
"platforms": [
152005+
{
152006+
"since": "12.4.0",
152007+
"name": "android"
152008+
}
152009+
],
152010+
"type": [
152011+
"String",
152012+
"Titanium.UI.Color"
152013+
]
151954152014
}
151955152015
],
151956152016
"subtype": "view"

0 commit comments

Comments
 (0)