This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Android.Adb.
Summary
Gets or sets how many times to repeat the activity launch. Prior to each repeat, the top activity will be finished.
- Assembly
- Cake
.Android .Adb .dll - Namespace
- Cake
.AndroidAdb - Containing Type
- AmStartOptions
Syntax
public Nullable<int> RepeatLaunch { get; set; }
Value
Type | Description |
---|---|
Nullable |
The repeat launch. |