mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
Added commetn for upcomingPassInformation
This commit is contained in:
@@ -261,6 +261,14 @@ export default class PKPass extends Bundle {
|
|||||||
this[propsSymbol].preferredStyleSchemes = value;
|
this[propsSymbol].preferredStyleSchemes = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Allows setting UpcomingPassInformation for poster event tickets
|
||||||
|
* (iOS 26+).
|
||||||
|
*
|
||||||
|
* @throws if current type is not "eventTicket"
|
||||||
|
* @throws if preferredStyleSchemes is not set or does not include "posterEventTicket"
|
||||||
|
*/
|
||||||
|
|
||||||
public set upcomingPassInformation(
|
public set upcomingPassInformation(
|
||||||
value: Schemas.UpcomingPassInformationEntry[],
|
value: Schemas.UpcomingPassInformationEntry[],
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user