forked from Adyen/adyen-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.jazzy.yaml
49 lines (45 loc) · 971 Bytes
/
.jazzy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module: Adyen
author: Adyen
author_url: https://adyen.com
github_url: https://github.com/Adyen/adyen-ios
readme: README.md
output: Docs
theme: Docs/theme
skip_undocumented: false
hide_documentation_coverage: true
custom_categories:
- name: UI
children:
- CheckoutController
- CheckoutControllerDelegate
- name: Appearance
children:
- Appearance
- name: Redirect
children:
- applicationDidOpen(_:)
- name: Payment
children:
- PaymentController
- PaymentControllerDelegate
- PaymentSession
- PaymentResult
- name: Payment Method
children:
- SectionedPaymentMethods
- PaymentMethod
- PaymentDetail
- AdditionalPaymentDetails
- StoredPaymentDetails
- StoredCardPaymentDetails
- StoredPayPalPaymentDetails
- name: Other
children:
- Completion
- Result
- Array
- name: Card Module
children:
- CardEncryptor
- CardScanDelegate
- CardScanCompletion