appName

fun appName(appName: String): AppConfiguration.Builder

Sets the debug app name which is added to debug headers for App Services network requests. The default is null.

Return

the Builder instance used.

Parameters

appName

app name used to identify the application.

Throws