get Style Pack
abstract fun getStylePack(@NonNull styleURI: String, @NonNull callback: StylePackCallback)
Content copied to clipboard
Returns a style package by its id. Note: The user-provided callbacks will be executed on a worker thread; it is the responsibility of the user to dispatch to a user-controlled thread.
Parameters
style URI
The URI of the style package's associated style
callback
The `style pack callback`.