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