filestack / filestack-android

Official Android SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
Apache License 2.0
154 stars 90 forks source link

Add explanation to README about "public API" #150

Closed shawnmaten closed 6 years ago

shawnmaten commented 6 years ago

This should explain what part of the API in this repo should be treated as public. So that includes everything that is not inside the "internal" package and is basically the just the methods and constants involved in launching the activity, Selection class, and the BroadcastReceiver setup. Most of the LOC here shouldn't be treated as public / non-changing.