NotifyRepository

open class NotifyRepository

Constructors

Link copied to clipboard
constructor(context: Context)

Types

Link copied to clipboard
interface Callback<T>

Functions

Link copied to clipboard
open fun getCampaign(@NonNull campaignId: String, @NonNull callback: NotifyRepository.Callback<Campaign>)
Link copied to clipboard
open fun getCampaigns(propertyId: Int): List<Campaign>
open fun getCampaigns(propertyId: Int, @NonNull callback: NotifyRepository.Callback<List<Campaign>>)
open fun getCampaigns(propertyIds: List<Integer>, callback: NotifyRepository.Callback<List<Campaign>>)
open fun getCampaigns(propertyIds: List<Integer>, limit: Int, callback: NotifyRepository.Callback<List<Campaign>>)
Link copied to clipboard
open fun getCampaignsResponse(propertyId: Int, callback: NotifyRepository.Callback<String>)
Link copied to clipboard
open fun loadCampaigns(propertyIds: List<Integer>)
Link copied to clipboard
open fun onDestroy()