getUserQuotaConsumption

abstract fun getUserQuotaConsumption(listener: IFileProxy.IGetConsumptionListener)

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)