onDownloadSuccess method
شرح: عند نجاح التحميل Explanation: On download success
Implementation
void onDownloadSuccess(int tafsirNumber) {
updateDownloadStatus(tafsirNumber, true);
}
شرح: عند نجاح التحميل Explanation: On download success
void onDownloadSuccess(int tafsirNumber) {
updateDownloadStatus(tafsirNumber, true);
}