Companion

object Companion

Functions

Link copied to clipboard
@MapboxExperimental
external fun getSupportPackageData(): Expected<String, DataRef>

Returns support package as a memory buffer. Format of the support package is a binary buffer and can change at any moment so you should not try parsing it.

Link copied to clipboard
@MapboxExperimental
external fun saveSupportPackageToFile(fileName: String): Expected<String, None>

Save support package to a file.