// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Microsoft_Windows_AppNotifications_2_H #define WINRT_Microsoft_Windows_AppNotifications_2_H #include "winrt/impl/Microsoft.Windows.AppNotifications.1.h" WINRT_EXPORT namespace winrt::Microsoft::Windows::AppNotifications { struct WINRT_IMPL_EMPTY_BASES AppNotification : winrt::Microsoft::Windows::AppNotifications::IAppNotification { AppNotification(std::nullptr_t) noexcept {} AppNotification(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Microsoft::Windows::AppNotifications::IAppNotification(ptr, take_ownership_from_abi) {} explicit AppNotification(param::hstring const& payload); }; struct WINRT_IMPL_EMPTY_BASES AppNotificationActivatedEventArgs : winrt::Microsoft::Windows::AppNotifications::IAppNotificationActivatedEventArgs, impl::require { AppNotificationActivatedEventArgs(std::nullptr_t) noexcept {} AppNotificationActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Microsoft::Windows::AppNotifications::IAppNotificationActivatedEventArgs(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES AppNotificationManager : winrt::Microsoft::Windows::AppNotifications::IAppNotificationManager, impl::require { AppNotificationManager(std::nullptr_t) noexcept {} AppNotificationManager(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Microsoft::Windows::AppNotifications::IAppNotificationManager(ptr, take_ownership_from_abi) {} using winrt::Microsoft::Windows::AppNotifications::IAppNotificationManager::Register; using impl::consume_t::Register; [[nodiscard]] static auto Default(); static auto IsSupported(); }; struct WINRT_IMPL_EMPTY_BASES AppNotificationProgressData : winrt::Microsoft::Windows::AppNotifications::IAppNotificationProgressData { AppNotificationProgressData(std::nullptr_t) noexcept {} AppNotificationProgressData(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Microsoft::Windows::AppNotifications::IAppNotificationProgressData(ptr, take_ownership_from_abi) {} explicit AppNotificationProgressData(uint32_t sequenceNumber); }; } #endif