Skip to content

mindbox-cloud/android-sdk

Repository files navigation

Maven Central

Mindbox SDK for Android

The Mindbox SDK allows you to integrate mobile push-notifications, in-app messages and client events into your Android projects.

Getting Started

These instructions will help you integrate the Mindbox SDK into your Android app.

Installation

To integrate Mindbox SDK into your Android app, follow the installation process detailed here. Here is an overview:

  1. Add Mindbox's Maven repository to your project build.gradle file:
    repositories {
        maven()
    }
  1. Now, add the Mindbox SDK to your app-level build.gradle file:
    dependencies {
        implementation 'cloud.mindbox:mobile-sdk:{use-latest-version}}'
    }

Initialization

Initialize the Mindbox SDK in your Activity or Application class. Check documentation here for more details.

Operations

Learn how to send events to Mindbox. Create a new Operation class object and set the respective parameters. Check the documentation for more details.

Push Notifications

Mindbox SDK helps handle push notifications. Configuration and usage instructions can be found in the SDK documentation here and here.

Migration

If migrating from an older version, follow the instructions here to upgrade to the new version.

Troubleshooting

Refer to the Example of integration in case of any issues.

Further Help

Reach out to us for further help and we'll be glad to assist.

License

The library is available as open source under the terms of the License.

For a better understanding of this content, please familiarize yourself with the Mindbox Android SDK documentation.