STWCloudStorageCallback

interface STWCloudStorageCallback

This interface is used with the STWAccountSettings in order to delegate some events/actions related to the cloud storage quota status :

  1. Cloud storage quota status received
  2. Cloud storage quota reached

See also

Functions

Link copied to clipboard
abstract fun onCloudStorageQuotaReached()
Called when the cloud storage warning/alert value is reached.
Link copied to clipboard
abstract fun onCloudStorageQuotaStatusReceived()
Called When the server sends to the client the quota storage values.
Link copied to clipboard
abstract fun onQuotaAttachmentExceeded()
Called when the attachment quota is reached for your account In this case you cannot receive any new messages because you have too many attachments pending.