getCampaigns

open fun getCampaigns(propertyId: Int, @NonNull callback: NotifyRepository.Callback<List<Campaign>>)
open fun getCampaigns(propertyId: Int): 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>>)