setDisplayNameBytes

open fun setDisplayNameBytes(value: ByteString): AppConfiguration.Builder
Display name for the application, given by the developer. Shown in UI and other user-facing contexts.
string display_name = 2;

Return

This builder for chaining.

Parameters

value

The bytes for displayName to set.