setApplicationId

open fun setApplicationId(applicationId: String? = null)

Sets the unique identifier for @application.

The application id can only be modified if @application has not yet been registered.

If non-null, the application id must be valid. See g_application_id_is_valid().

Since

2.28

Parameters

applicationId

the identifier for @application