Companion

object Companion

The root component of the contacts library. Provides child components responsible for the functionality of the library. To get started, you need to initialize and get the component using the build method.

Functions

Link copied to clipboard
fun build(coreContext: CoreContext, competitionMode: CompetitionMode, competitorPackageName: String, canScheduleBackup: Boolean, allowNetworkUsageInRoaming: Boolean): ContactsManager

The method creates and returns ContactsManager implementation. The method returns a singleton.