syncProvider

suspend fun syncProvider(): ProviderSyncResult?

Syncs the external live update provider source if present.

Example usage (kotlin):

val result = portal.syncProvider()

This is a suspend function and can't be called directly from Java — use syncProviderAsync instead.

Return

the result of the synchronization operation.

Throws