PluginDetector

object PluginDetector

A detector using reflection to check which plugin the SDK is being used from.

Types

Link copied to clipboard
enum PluginType : Enum<PluginDetector.PluginType>

Properties

Link copied to clipboard
val pluginType: String?

Loop through all possible PluginTypes and find the first one that exists in class path, return null if none of the class is found.