Package-level declarations

Types

Link copied to clipboard
@Service
open class CustomLinksHelper : LinksBaseHelper<T>
The CustomLinksHelper class is useful to manage all the CustomRefyLink database operations
Link copied to clipboard
@Service
abstract class LinksBaseHelper<T : RefyLink?> : RefyItemsHelper<T>
The LinksBaseHelper class is useful to manage all the links database operations
Link copied to clipboard
@Service
open class LinksHelper : LinksBaseHelper<T>
The LinksHelper class is useful to manage all the RefyLink database operations