LocalRepository

interface LocalRepository

Author

Arshiya Khanum Date: 2020/07/20

Functions

getFeatureStatus
Link copied to clipboard
abstract fun getFeatureStatus(): FeatureStatus
getPushToken
Link copied to clipboard
abstract fun getPushToken(): String
isPushNotificationOptedOut
Link copied to clipboard
abstract fun isPushNotificationOptedOut(): Boolean
savePushToken
Link copied to clipboard
abstract fun savePushToken(token: String)

Inheritors

FirebaseRepository
Link copied to clipboard
LocalRepositoryImpl
Link copied to clipboard