get User Quota Consumption
abstract fun getUserQuotaConsumption(listener: IFileProxy.IGetConsumptionListener)
Content copied to clipboard
Retrieves the current file storage consumption and quota associated to the connected user The callback returns a Consumption object with the following properties (quota: Long, consumption: Long, unit: String)
Parameters
listener
IGetConsumptionListener callback (onGetSuccess and onGetError)