getAddOn

abstract fun getAddOn(addOnName: String): IEvsAddOn?

Get an add-on handling interface (if supported by the SDK)

NOTE: The returned IEvsAddOn should be casted to the relevant interface

Return

instance to the add on or null if not exist

Parameters

addOnName

the addon unique name as defined in UIKit.addons

See also

UIKit.addons

for the add-ons names description