//app/com.fredhappyface.ewesticker.utilities/Utils
[androidJvm]
object Utils
Class to provide utils that are shared across ewesticker.
| Name | Summary |
|---|---|
| getMimeType | [androidJvm] fun getMimeType(file: File): String? Get the mimetype of a File |
| getSupportedMimes | [androidJvm] fun getSupportedMimes(): MutableList<String> Return a MutableList of EweSticker Supported mimetypes |