Application.setApplicationId
void setApplicationId(string applicationId = 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 [gio.application.Application.idIsValid].
Parameters
applicationId | the identifier for application |