maybeCreate
abstract fun maybeCreate(iviInstanceIdentifier: IviInstanceIdentifier): IviInstanceConfigurator
Content copied to clipboard
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
Content copied to clipboard
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.