applicationName property

String? applicationName
final

Sets the name of this mobile application. If not set, it will try to be inferred.

applicationName must follow reverse DNS format, like a bundle ID: com.myapplication.applicationName.

applicationName may contain uppercase or lowercase letters ('A' through 'Z'), numbers, and underscores ('_').

If this property is set, all data reported from this application is associated with applicationName and appears together in dashboards.

Implementation

final String? applicationName;