create
abstract fun create(iviInstanceIdentifier: IviInstanceIdentifier): IviInstanceConfigurator
Content copied to clipboard
Creates an IVI instance configuration for the given iviInstanceIdentifier.
The returned IviInstanceConfigurator can be used to configure the IVI instance.
abstract fun create(iviInstanceIdentifier: IviInstanceIdentifier, action: Action<IviInstanceConfigurator>): IviInstanceConfigurator
Content copied to clipboard
Creates an IVI instance configuration for the given iviInstanceIdentifier.
The action can be used to configure the IVI instance through a lambda.