AppsClientV1 class final

Constructors

AppsClientV1(String channel)

Properties

channel String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAppToMDMServer(String apiKey, {required AddAppToMdmServerRequestDto addAppToMDMServerRequestDto}) Future<AddAppToMdmServerResponseDto>
approveAppVersion(String apiKey, {required String appId, required String releaseLableId, required ApproveAppVersionRequestDto approveAppVersionRequestDto}) Future<MdmEmpty>
associateAppToDevices(String apiKey, {required String appId, required String releaseLabelId, required AssociateAppToDeviceRequestDto associateAppToDeviceRequestDto}) Future<MdmEmpty>
associateAppToGroups(String apiKey, {required String appId, required String releaseLabelId, required AssociateAppToGroupsRequestDto associateAppToGroupRequestDto}) Future<MdmEmpty>
createAppChannel(String apiKey, {required CreateAppChannelRequestDto createAppChannelRequestDto}) Future<CreateAppChannelResponseDto>
deleteAppSpecificVersion(String apiKey, {required String appId, required String releaseLabelId}) Future<MdmEmpty>
deleteExistingApp(String apiKey, {required String appId}) Future<MdmEmpty>
disassociateAppFromDevice(String apiKey, {required String appId, required String deviceId}) Future<MdmEmpty>
disassociateAppFromGroup(String apiKey, {required String appId, required String groupId}) Future<MdmEmpty>
getAppDetails(String apiKey, {required String appId, required String releaseLabelId}) Future<GetAppDetailsResponseDto>
getAppList(String apiKey) Future<GetAppListResponseDto>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateApp(String apiKey, {required String appId, required String releaseLabelId, required UpdateAppRequestDto updateAppRequestDto}) Future<UpdateAppResponseDto>

Operators

operator ==(Object other) bool
The equality operator.
inherited