Added commetn for upcomingPassInformation

This commit is contained in:
Alexander Cerutti
2025-09-17 22:48:52 +02:00
parent 8fc00dc9bb
commit 4dec0d9b05

View File

@@ -261,6 +261,14 @@ export default class PKPass extends Bundle {
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(
value: Schemas.UpcomingPassInformationEntry[],
) {