Skip to content

Commit 7b8af11

Browse files
authored
[readme] Create table of contents (#157)
Create table of contents
1 parent 356d745 commit 7b8af11

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,33 @@
88

99
**Shopify's Checkout Sheet Kit for Android** is a library that enables Android apps to provide the world's highest converting, customizable, one-page checkout within an app. The presented experience is a fully-featured checkout that preserves all of the store customizations: Checkout UI extensions, Functions, Web Pixels, and more. It also provides idiomatic defaults such as support for light and dark mode, and convenient developer APIs to embed, customize and follow the lifecycle of the checkout experience. Check out our developer blog to [learn how Checkout Sheet Kit is built](https://www.shopify.com/partners/blog/mobile-checkout-sdks-for-ios-and-android).
1010

11+
## Table of Contents
12+
13+
1. [Requirements](#requirements)
14+
2. [Getting Started](#getting-started)
15+
- [Gradle](#gradle)
16+
- [Maven](#maven)
17+
3. [Basic Usage](#basic-usage)
18+
4. [Configuration](#configuration)
19+
- [Color Scheme](#color-scheme)
20+
- [Checkout Dialog Title](#checkout-dialog-title)
21+
- [Preloading](#preloading)
22+
- [Invalidation](#invalidation)
23+
- [Lifecycle Management for Preloaded Checkout](#lifecycle-management-for-preloaded-checkout)
24+
- [Additional Considerations for Preloaded Checkout](#additional-considerations-for-preloaded-checkout)
25+
5. [Monitoring the Lifecycle of a Checkout Session](#monitoring-the-lifecycle-of-a-checkout-session)
26+
6. [Error Handling](#error-handling)
27+
- [CheckoutException](#checkoutexception)
28+
- [Exception Hierarchy](#exception-hierarchy)
29+
7. [Integrating with Web Pixels, Monitoring Behavioral Data](#integrating-with-web-pixels-monitoring-behavioral-data)
30+
8. [Integrating Identity & Customer Accounts](#integrating-identity--customer-accounts)
31+
- [Cart: Buyer Bag, Identity, and Preferences](#cart-buyer-bag-identity-and-preferences)
32+
- [Multipass](#multipass)
33+
- [Shop Pay](#shop-pay)
34+
- [Customer Account API](#customer-account-api)
35+
9. [Contributing](#contributing)
36+
10. [License](#license)
37+
1138
### Requirements
1239

1340
- JDK 17+

0 commit comments

Comments
 (0)