Changed eventLiveMessage comment

This commit is contained in:
Alexander Cerutti
2025-01-09 00:24:17 +01:00
parent 6462a852fc
commit f9c480410e

View File

@@ -210,8 +210,8 @@ export interface Semantics {
* For newly-introduced event tickets * For newly-introduced event tickets
* in iOS 18 * in iOS 18
* *
* This seem to exists but it is not * Shows a message in the live activity
* known yet what it does... * when the activity starts.
*/ */
eventLiveMessage?: string; eventLiveMessage?: string;
@@ -429,8 +429,8 @@ export const Semantics = Joi.object<Semantics>().keys({
* For newly-introduced event tickets * For newly-introduced event tickets
* in iOS 18 * in iOS 18
* *
* This seem to exists but it is not * Shows a message in the live activity
* known yet what it does... * when the activity starts.
*/ */
eventLiveMessage: Joi.string(), eventLiveMessage: Joi.string(),