mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +00:00
Added docs references in some comments
This commit is contained in:
@@ -234,6 +234,7 @@ export default class PKPass extends Bundle {
|
|||||||
* If the language already exists in the origin source,
|
* If the language already exists in the origin source,
|
||||||
* translations will be added to the existing ones.
|
* 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 lang
|
||||||
* @param translations
|
* @param translations
|
||||||
*/
|
*/
|
||||||
@@ -301,6 +302,7 @@ export default class PKPass extends Bundle {
|
|||||||
* });
|
* });
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
|
* @see https://developer.apple.com/documentation/walletpasses/pass/beacons
|
||||||
* @param beacons
|
* @param beacons
|
||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
@@ -336,6 +338,7 @@ export default class PKPass extends Bundle {
|
|||||||
* });
|
* });
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
|
* @see https://developer.apple.com/documentation/walletpasses/pass/locations
|
||||||
* @param locations
|
* @param locations
|
||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
@@ -377,6 +380,7 @@ export default class PKPass extends Bundle {
|
|||||||
* will be shown to the user, without any possibility
|
* will be shown to the user, without any possibility
|
||||||
* to change it.
|
* to change it.
|
||||||
*
|
*
|
||||||
|
* @see https://developer.apple.com/documentation/walletpasses/pass/barcodes
|
||||||
* @param barcodes
|
* @param barcodes
|
||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user