LocalRepositoryImpl

class LocalRepositoryImpl(context: Context, sdkConfig: SdkConfig) : LocalRepository

Author

Arshiya Khanum Date: 2020/07/20

Constructors

LocalRepositoryImpl
Link copied to clipboard
fun LocalRepositoryImpl(context: Context, sdkConfig: SdkConfig)

Functions

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