mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
Changed eventLiveMessage comment
This commit is contained in:
@@ -209,9 +209,9 @@ 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;
|
||||||
|
|
||||||
@@ -428,9 +428,9 @@ 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(),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user