/kmp-sharekit

Kotlin multiplatform library that implements content sharing for Android & iOS platforms. Share text, images, and video seamlessly.

Primary LanguageKotlinApache License 2.0Apache-2.0

KMP-ShareKit

License: MIT

Overview

Kotlin multiplatform library that implements content sharing for Android & iOS platforms. Share text, images, and video seamlessly.

Content type Status
text/plain
text/html 👷
image/* 👷
video/* 👷

Getting Started

Android

You need to implement the 'activityProvider' to provide the required Activity.

// MainActivity.kt

ShareKit.setActivityProvider { return@setActivityProvider this }

Usage

ShareKit.shareText(text)