registerContactsPermissionIfNotRegistered
Gets the BaseContactsPermissionManagerBuilder registered If not yet registered, this will register a BaseContactsPermissionManagerBuilder and PermissionStateRepo for ContactsPermission to the PermissionsBuilder.register and PermissionsBuilder.registerPermissionStateRepoBuilder respectively
Return
the BaseContactsPermissionManagerBuilder registered
Parameters
method for creating a BaseContactsPermissionManagerBuilder from a PermissionContext
the Duration after which the system should poll for changes to the permission if automatic detection is impossible.
the BasePermissionManager.Settings to apply to any BasePermissionManager created using the registered builders.
Gets the BaseContactsPermissionManagerBuilder registered If not yet registered, this will register a BaseContactsPermissionManagerBuilder and PermissionStateRepo for ContactsPermission to the PermissionsBuilder.register and PermissionsBuilder.registerPermissionStateRepoBuilder respectively
Return
the BaseContactsPermissionManagerBuilder registered
Parameters
method for creating a BaseContactsPermissionManagerBuilder from a PermissionContext
method for creating a PermissionStateRepo for ContactsPermission given a BaseContactsPermissionManagerBuilder and CoroutineContext