AndroidRoboTest constructor

AndroidRoboTest({
  1. FileReference? appApk,
  2. AppBundle? appBundle,
  3. String? appInitialActivity,
  4. String? appPackageId,
  5. int? maxDepth,
  6. int? maxSteps,
  7. List<RoboDirective>? roboDirectives,
  8. String? roboMode,
  9. FileReference? roboScript,
  10. List<RoboStartingIntent>? startingIntents,
})

Implementation

AndroidRoboTest({
  this.appApk,
  this.appBundle,
  this.appInitialActivity,
  this.appPackageId,
  this.maxDepth,
  this.maxSteps,
  this.roboDirectives,
  this.roboMode,
  this.roboScript,
  this.startingIntents,
});