LayoutSyncManager
class LayoutSyncManager
Provides an easy way to fetch layout data using com.salesforce.androidsdk.mobilesync.target.LayoutSyncDownTarget. This class handles creating a soup, storing synched data and reading it into a meaningful data structure, i.e. com.salesforce.androidsdk.mobilesync.model.Layout.
Author
bhariharan
Types
Properties
Functions
Link copied to clipboard
fun fetchLayout(objectAPIName: String, formFactor: String, layoutType: String, mode: String, recordTypeId: String?, syncMode: Constants.Mode, syncCallback: LayoutSyncManager.LayoutSyncCallback)
Fetches layout data for the specified parameters using the specified sync mode and triggers the supplied callback once complete.