public class MDMAndroidOperationUtil extends Object
Constructor and Description |
---|
MDMAndroidOperationUtil() |
Modifier and Type | Method and Description |
---|---|
static org.wso2.carbon.device.mgt.common.operation.mgt.Operation |
createAppUninstallOperation(MobileApp application)
This method is used to create Uninstall Application operation.
|
static org.wso2.carbon.device.mgt.common.operation.mgt.Operation |
createInstallAppOperation(MobileApp application)
This method is used to create Install Application operation.
|
public static org.wso2.carbon.device.mgt.common.operation.mgt.Operation createInstallAppOperation(MobileApp application) throws MDMAPIException
application
- MobileApp applicationMDMAPIException
public static org.wso2.carbon.device.mgt.common.operation.mgt.Operation createAppUninstallOperation(MobileApp application) throws MDMAPIException
application
- MobileApp applicationMDMAPIException
Copyright © 2016 WSO2. All rights reserved.