Retrieval and Management of Hybrid App Queue Items

Retrieves a list of queue items for the specified Hybrid App package, and deletes the specified queue items.

Syntax

PaginationResult<MobileHybridAppQueueItemVO> getMobileHybridAppQueueItems(int startIndex, int maxRecordsToReturn, MobileHybridAppIDVO id, List<Integer> deviceIDs, List<String> userNames, String orderByField, boolean ascending) throws SUPAdminException;
	void deleteMobileHybridAppQueueItem(Integer queueItemID, Boolean forTransformQueue) throws SUPAdminException;

Returns

If successful, returns a list of objects of the specified type (can be null).

Examples