appIdentifier property

String appIdentifier
final

The app identifier. This may or may not be the "package" used by the build. Ideally as apps may have multiple packages for testing though, it is a specific unique identifier for the application that is passed in to the application via TestAppSettings.initialize.

Implementation

final String appIdentifier;