MetadataSyncManager
class MetadataSyncManager
Provides an easy way to fetch metadata using com.salesforce.androidsdk.mobilesync.target.MetadataSyncDownTarget. This class handles creating a soup, storing synched data and reading it into a meaningful data structure, i.e. com.salesforce.androidsdk.mobilesync.model.Metadata.
Author
bhariharan
Types
Properties
Functions
Link copied to clipboard
fun fetchMetadata(objectType: String, mode: Constants.Mode, syncCallback: MetadataSyncManager.MetadataSyncCallback)
Fetches metadata for the specified object type using the specified mode and triggers the supplied callback once complete.