SdkInformationQuery

Provides an interface to query registered Mapbox SDKs. Mapbox SDKs include Maps, Navigation, Search, and others.

Functions

Link copied to clipboard
@NonNull
@MainThread
open fun getSdkInformation(): List<SdkInformation>
Return a list containing all registered SDKs.
Link copied to clipboard
@Nullable
@MainThread
open fun getSdkInformationByName(@NonNull name: String): SdkInformation
Return information about registered SDK with the name.