﻿// C++/WinRT v1.0.180821.2

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#pragma once
#include "winrt/impl/Windows.UI.Notifications.1.h"
#include "winrt/impl/Windows.Phone.StartScreen.1.h"

WINRT_EXPORT namespace winrt::Windows::Phone::StartScreen {

}

namespace winrt::impl {

}

WINRT_EXPORT namespace winrt::Windows::Phone::StartScreen {

struct WINRT_EBO DualSimTile :
    Windows::Phone::StartScreen::IDualSimTile
{
    DualSimTile(std::nullptr_t) noexcept {}
    DualSimTile();
    static Windows::Phone::StartScreen::DualSimTile GetTileForSim2();
    static Windows::Foundation::IAsyncOperation<bool> UpdateDisplayNameForSim1Async(param::hstring const& name);
    static Windows::UI::Notifications::TileUpdater CreateTileUpdaterForSim1();
    static Windows::UI::Notifications::TileUpdater CreateTileUpdaterForSim2();
    static Windows::UI::Notifications::BadgeUpdater CreateBadgeUpdaterForSim1();
    static Windows::UI::Notifications::BadgeUpdater CreateBadgeUpdaterForSim2();
    static Windows::UI::Notifications::ToastNotifier CreateToastNotifierForSim1();
    static Windows::UI::Notifications::ToastNotifier CreateToastNotifierForSim2();
};

}
