EpgSyncTaskScheduler methods to schedule your EPG Sync Task.
If the customer is no longer entitled to any content, such as when a subscription is cancelled, do the following.
- Call
ChannelLineupProvider.add([])+ChannelLineupProvider.commit()andLiveEventProvider.add([])+LiveEventProvider.commit()to clear the customer’s live content from the system. - Call the
cancelScheduledTasks()method to cancel any scheduled EPG sync tasks, since refreshing entitled content is no longer needed.
EpgSyncTaskScheduler usage in your onLogin() and onLogout callbacks.
onLogin() callback runs, you should see a log line similar to the following.

