maybeCreate

abstract fun maybeCreate(iviInstanceIdentifier: IviInstanceIdentifier): IviInstanceConfigurator

Creates an IVI instance configuration for the given iviInstanceIdentifier, if it does not exist already.

The returned IviInstanceConfigurator can be used to configure the IVI instance.


abstract fun maybeCreate(iviInstanceIdentifier: IviInstanceIdentifier, action: Action<IviInstanceConfigurator>): IviInstanceConfigurator

Creates an IVI instance configuration for the given iviInstanceIdentifier, if it does not exist already.

The action can be used to configure the IVI instance through a lambda.