<?xml version="1.0"?>
<doc>
    <assembly>
        <name>YourPhone.Contracts.Shell</name>
    </assembly>
    <members>
        <member name="P:YourPhone.Contracts.Shell.IActivationContext.ViewUri">
            <summary>
            Gets the navigation URI.
            </summary>
        </member>
        <member name="P:YourPhone.Contracts.Shell.IActivationContext.Parameters">
            <summary>
            Gets the parameters extracted from the URI and the object parameters passed in navigation.
            </summary>
        </member>
        <member name="T:YourPhone.Contracts.Shell.IOpenRequester">
            <summary>
            Provides a way for views to request the parent UI to open
            </summary>
        </member>
        <member name="T:YourPhone.Contracts.Shell.Navigation.LaunchSource">
            <summary>
            Possible sources from which the app is launched.
            </summary>
        </member>
        <member name="F:YourPhone.Contracts.Shell.Navigation.LaunchSource.Launch">
            <summary>
            Launch from primary tile or installed apps' list
            </summary>
        </member>
        <member name="F:YourPhone.Contracts.Shell.Navigation.LaunchSource.SecondaryTile">
            <summary>
            Launch from secondary tile
            </summary>
        </member>
        <member name="F:YourPhone.Contracts.Shell.Navigation.LaunchSource.Protocol">
            <summary>
            Launch through protocol link to the app
            </summary>
        </member>
        <member name="F:YourPhone.Contracts.Shell.Navigation.LaunchSource.ToastNotification">
            <summary>
            Launch through toast notification
            </summary>
        </member>
        <member name="F:YourPhone.Contracts.Shell.Navigation.LaunchSource.Prelaunch">
            <summary>
            Launch from OS to warm up the application
            </summary>
        </member>
        <member name="F:YourPhone.Contracts.Shell.Navigation.LaunchSource.StartupTask">
            <summary>
            Launch from OS startup task
            </summary>
        </member>
        <member name="F:YourPhone.Contracts.Shell.Navigation.LaunchSource.ShareTarget">
            <summary>
            Launch from share sheet
            </summary>
        </member>
        <member name="F:YourPhone.Contracts.Shell.Navigation.LaunchSource.Other">
            <summary>
            Launch through an unknown source.
            </summary>
        </member>
        <member name="T:YourPhone.Contracts.Shell.Regions.IFullscreenView">
            <summary>
            Provides a way for a view to indicate that it should be displayed fullscreen with no menu.
            </summary>
        </member>
        <member name="T:YourPhone.Contracts.Shell.Regions.IOpenCloseAware">
            <summary>
            Provides a way for views to be aware of if the parent UI is open or closed.
            </summary>
        </member>
        <member name="T:YourPhone.Contracts.Shell.Windowing.IMainWindowService">
            <summary>
            Use IMainWindowService for services that interact with the main window UI,
            for example, showing a dialog for the main window.
            </summary>
        </member>
    </members>
</doc>
