From 59d9e693a310e66c1c16b5420a5a3549cc0ff6b8 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Tue, 21 Sep 2021 00:20:21 +0200 Subject: [PATCH] Added docs references in some comments --- src/PKPass.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/PKPass.ts b/src/PKPass.ts index 3581186..35ac097 100644 --- a/src/PKPass.ts +++ b/src/PKPass.ts @@ -234,6 +234,7 @@ export default class PKPass extends Bundle { * If the language already exists in the origin source, * translations will be added to the existing ones. * + * @see https://developer.apple.com/documentation/walletpasses/creating_the_source_for_a_pass#3736718 * @param lang * @param translations */ @@ -301,6 +302,7 @@ export default class PKPass extends Bundle { * }); * ``` * + * @see https://developer.apple.com/documentation/walletpasses/pass/beacons * @param beacons * @returns */ @@ -336,6 +338,7 @@ export default class PKPass extends Bundle { * }); * ``` * + * @see https://developer.apple.com/documentation/walletpasses/pass/locations * @param locations * @returns */ @@ -377,6 +380,7 @@ export default class PKPass extends Bundle { * will be shown to the user, without any possibility * to change it. * + * @see https://developer.apple.com/documentation/walletpasses/pass/barcodes * @param barcodes * @returns */