Class SmInstallAppsRequest
SmInstallAppsRequest
[DataContract]
public class SmInstallAppsRequest
- Inheritance
-
SmInstallAppsRequest
- Inherited Members
Constructors
SmInstallAppsRequest()
public SmInstallAppsRequest()
Properties
AppIds
Ids of applications to be installed
[DataMember(Name = "appIds")]
public List<string> AppIds { get; set; }
Property Value
Force
By default, installation of an app which is believed to already be present on the device will be skipped. If you'd like to force the installation of the app, set this parameter to true.
[DataMember(Name = "force")]
public bool? Force { get; set; }
Property Value
- bool?