Package org.matrix.android.sdk.api.session.sync.job

Types

Link copied to clipboard
abstract class SyncAndroidService : Service

Can execute periodic sync task. An IntentService is used in conjunction with the AlarmManager and a Broadcast Receiver in order to be able to perform a sync even if the app is not running. The and must be declared in the Manifest or the app using the SDK