appName

@get:JvmName(name = "provideAppName")
open var appName: String?

The app name to use in .getUserAgent. This string must only contain printable ASCII characters.

By default, the display name under android.content.pm.ApplicationInfo.labelRes will be used.