<?xml version="1.0"?>
<doc>
    <assembly>
        <name>YourPhone.Contracts.Contacts</name>
    </assembly>
    <members>
        <member name="P:YourPhone.Contracts.Contacts.ISuggestedContactEntry.ContactInfo">
            <summary>
            String representing the (normalized) contact data.
            This could be a E164 formatted phone number, an email address, or other relevant data.
            </summary>
        </member>
        <member name="P:YourPhone.Contracts.Contacts.ISuggestedContactEntry.RelevanceScore">
            <summary>
            Relevance score within a given provider.
            Values from a provider should be normalized to the range of 0.0 - 1.0, with 1.0 representing the highest relevance.
            </summary>
        </member>
        <member name="P:YourPhone.Contracts.Contacts.ISuggestedContactsDataProvider.DataType">
            <summary>
            Data type is used to weight the results of a provider based on the requesting scenario.
            </summary>
        </member>
        <member name="P:YourPhone.Contracts.Contacts.ISuggestedContactsDataProvider.RankedContacts">
            <summary>
            Return suggested contacts sorted by relevance in descending order
            </summary>
        </member>
        <member name="M:YourPhone.Contracts.Contacts.ISuggestedContactsDataProvider.InitializeAsync">
            <summary>
            Perform initial hydration of the provider's data cache.
            </summary>
        </member>
    </members>
</doc>
