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