withIcon

fun withIcon(iconData: ByteArray): AppConfigBuilder

Sets the image that should be used as an application icon as a ByteArray. If set iconPath will be set to null.

fun withIcon(iconPath: String): AppConfigBuilder

Sets the image's resource path that should be used as an application icon. If set, iconData will be set to null.