diff --git a/Docs/Authentication.md b/Docs/Authentication.md index 28ffe74..02f53ca 100644 --- a/Docs/Authentication.md +++ b/Docs/Authentication.md @@ -1,3 +1,5 @@ +> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/android](https://www.courier.com/docs/sdk-libraries/android/). The content below may be outdated. + # Authentication Manages user credentials between app sessions. diff --git a/Docs/Client.md b/Docs/Client.md index 96f5367..7c9538f 100644 --- a/Docs/Client.md +++ b/Docs/Client.md @@ -1,3 +1,5 @@ +> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/android](https://www.courier.com/docs/sdk-libraries/android/). The content below may be outdated. + # `CourierClient` Base layer Courier API wrapper. diff --git a/Docs/Inbox.md b/Docs/Inbox.md index c2ad9eb..6525a2b 100644 --- a/Docs/Inbox.md +++ b/Docs/Inbox.md @@ -1,5 +1,7 @@ android-inbox-banner +> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/android](https://www.courier.com/docs/sdk-libraries/android/). The content below may be outdated. +     diff --git a/Docs/Preferences.md b/Docs/Preferences.md index 3fe42c7..0ac1579 100644 --- a/Docs/Preferences.md +++ b/Docs/Preferences.md @@ -1,5 +1,7 @@ android-preferences-banner +> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/android](https://www.courier.com/docs/sdk-libraries/android/). The content below may be outdated. + # Courier Preferences In-app notification settings that allow your users to customize which of your notifications they receive. Allows you to build high quality, flexible preference settings very quickly. diff --git a/Docs/PushNotifications.md b/Docs/PushNotifications.md index e24e612..cb427f6 100644 --- a/Docs/PushNotifications.md +++ b/Docs/PushNotifications.md @@ -1,5 +1,7 @@ android-push-banner +> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/android](https://www.courier.com/docs/sdk-libraries/android/). The content below may be outdated. +   # Push Notifications diff --git a/README.md b/README.md index b019316..7f0734d 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ dependencies { ### 3. Initialize the SDK (Optional) -If you are only using CourierClient APIs you can skip this step. +If you are only using CourierClient APIs you can skip this step. ```kotlin // This example is on an Application class @@ -113,12 +113,12 @@ These are all the available features of the SDK. 1 - + Authentication - Manages user credentials between app sessions. Required if you would like to use Inbox, Push Notifications and Preferences. + Manages user credentials between app sessions. Required if you would like to use Inbox, Push Notifications and Preferences. @@ -126,7 +126,7 @@ These are all the available features of the SDK. 2 - + Inbox @@ -139,7 +139,7 @@ These are all the available features of the SDK. 3 - + Push Notifications @@ -152,7 +152,7 @@ These are all the available features of the SDK. 4 - + Preferences @@ -165,7 +165,7 @@ These are all the available features of the SDK. 5 - + CourierClient