get View
abstract fun getView(actionsController: AppcuesExperienceActions, config: Map<String, Any>?): ViewGroup
Returns a ViewGroup that will be inflated in the experience block for custom component matching the registered identifier.
Its possible to use Compose by inflating a ComposeAndroidView and working with compose from there.
Return
ViewGroup with custom layout
Parameters
actions Controller
provides control over experience and appcues related actions.
config
Map containing properties filled when specifying this custom component in builder.