getInstance
Returns the instance of this class associated with current user.
Return
Instance of this class.
Returns the instance of this class associated with this user account.
Return
Instance of this class.
Parameters
account
User account.
Returns the instance of this class associated with this user and community.
Return
Instance of this class.
Parameters
account
User account.
communityId
Community ID.
fun getInstance(account: UserAccount?, communityId: String?, smartStore: SmartStore?): LayoutSyncManager
Returns the instance of this class associated with this user, community and SmartStore.
Return
Instance of this class.
Parameters
account
User account. Pass null to use current user.
communityId
Community ID. Pass null if not applicable.
smartStore
SmartStore instance. Pass null to use current user default SmartStore.