#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_NOTIFICATIONS_NOTIFICATION_SERVICE_MOJOM_PARAMS_DATA_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_NOTIFICATIONS_NOTIFICATION_SERVICE_MOJOM_PARAMS_DATA_H_
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/buffer.h"
#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#endif
namespace mojo::internal {
class ValidationContext;
}
namespace blink::mojom {
namespace internal {
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) NonPersistentNotificationListener_OnShow_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) NonPersistentNotificationListener_OnClick_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) NonPersistentNotificationListener_OnClick_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) NonPersistentNotificationListener_OnClose_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) NonPersistentNotificationListener_OnClose_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) NotificationService_GetPermissionStatus_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) NotificationService_GetPermissionStatus_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) NotificationService_DisplayNonPersistentNotification_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) NotificationService_CloseNonPersistentNotification_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) NotificationService_DisplayPersistentNotification_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) NotificationService_DisplayPersistentNotification_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) NotificationService_ClosePersistentNotification_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) NotificationService_GetNotifications_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) NotificationService_GetNotifications_ResponseParams_Data { … };
static_assert …;
}
class NonPersistentNotificationListener_OnShow_ParamsDataView { … };
class NonPersistentNotificationListener_OnClick_ParamsDataView { … };
class NonPersistentNotificationListener_OnClick_ResponseParamsDataView { … };
class NonPersistentNotificationListener_OnClose_ParamsDataView { … };
class NonPersistentNotificationListener_OnClose_ResponseParamsDataView { … };
class NotificationService_GetPermissionStatus_ParamsDataView { … };
class NotificationService_GetPermissionStatus_ResponseParamsDataView { … };
class NotificationService_DisplayNonPersistentNotification_ParamsDataView { … };
class NotificationService_CloseNonPersistentNotification_ParamsDataView { … };
class NotificationService_DisplayPersistentNotification_ParamsDataView { … };
class NotificationService_DisplayPersistentNotification_ResponseParamsDataView { … };
class NotificationService_ClosePersistentNotification_ParamsDataView { … };
class NotificationService_GetNotifications_ParamsDataView { … };
class NotificationService_GetNotifications_ResponseParamsDataView { … };
inline void NotificationService_DisplayNonPersistentNotification_ParamsDataView::GetTokenDataView(
mojo::StringDataView* output) { … }
inline void NotificationService_DisplayNonPersistentNotification_ParamsDataView::GetNotificationDataDataView(
::blink::mojom::NotificationDataDataView* output) { … }
inline void NotificationService_DisplayNonPersistentNotification_ParamsDataView::GetNotificationResourcesDataView(
::blink::mojom::NotificationResourcesDataView* output) { … }
inline void NotificationService_CloseNonPersistentNotification_ParamsDataView::GetTokenDataView(
mojo::StringDataView* output) { … }
inline void NotificationService_DisplayPersistentNotification_ParamsDataView::GetNotificationDataDataView(
::blink::mojom::NotificationDataDataView* output) { … }
inline void NotificationService_DisplayPersistentNotification_ParamsDataView::GetNotificationResourcesDataView(
::blink::mojom::NotificationResourcesDataView* output) { … }
inline void NotificationService_ClosePersistentNotification_ParamsDataView::GetNotificationIdDataView(
mojo::StringDataView* output) { … }
inline void NotificationService_GetNotifications_ParamsDataView::GetFilterTagDataView(
mojo::StringDataView* output) { … }
inline void NotificationService_GetNotifications_ResponseParamsDataView::GetNotificationIdsDataView(
mojo::ArrayDataView<mojo::StringDataView>* output) { … }
inline void NotificationService_GetNotifications_ResponseParamsDataView::GetNotificationDatasDataView(
mojo::ArrayDataView<::blink::mojom::NotificationDataDataView>* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif