arch-android

//Android/br.com.arch.toolkit.android.storage.delegate/StorageDelegate

StorageDelegate

sealed class StorageDelegate<T : Any>

Base class for storage delegates providing logging utilities.

Parameters

android

   
T The type of data handled by the delegate.

Inheritors

 
NonOptionalStorageDelegate
OptionalStorageDelegate