Class StorageAdapter
Represents an adapter for the Storage domain to simplify the command interface.
public class StorageAdapter- Inheritance
- 
      
      StorageAdapter
- Inherited Members
Constructors
StorageAdapter(IDevToolsSession)
Initializes a new instance of the StorageAdapter class.
public StorageAdapter(IDevToolsSession session)Parameters
- sessionIDevToolsSession
- The IDevToolsSession to be used with this adapter. 
Exceptions
- ArgumentNullException
- If - sessionis null.
Properties
Session
Gets the DevToolsSession associated with the adapter.
public IDevToolsSession Session { get; }Property Value
Methods
ClearCookies(ClearCookiesCommandSettings, CancellationToken, int?, bool)
clearCookies
public Task<ClearCookiesCommandResponse?> ClearCookies(ClearCookiesCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandClearCookiesCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
ClearDataForOrigin(ClearDataForOriginCommandSettings, CancellationToken, int?, bool)
clearDataForOrigin
public Task<ClearDataForOriginCommandResponse?> ClearDataForOrigin(ClearDataForOriginCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandClearDataForOriginCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
ClearDataForStorageKey(ClearDataForStorageKeyCommandSettings, CancellationToken, int?, bool)
clearDataForStorageKey
public Task<ClearDataForStorageKeyCommandResponse?> ClearDataForStorageKey(ClearDataForStorageKeyCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandClearDataForStorageKeyCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
ClearSharedStorageEntries(ClearSharedStorageEntriesCommandSettings, CancellationToken, int?, bool)
clearSharedStorageEntries
public Task<ClearSharedStorageEntriesCommandResponse?> ClearSharedStorageEntries(ClearSharedStorageEntriesCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandClearSharedStorageEntriesCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
ClearTrustTokens(ClearTrustTokensCommandSettings, CancellationToken, int?, bool)
clearTrustTokens
public Task<ClearTrustTokensCommandResponse> ClearTrustTokens(ClearTrustTokensCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandClearTrustTokensCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
DeleteSharedStorageEntry(DeleteSharedStorageEntryCommandSettings, CancellationToken, int?, bool)
deleteSharedStorageEntry
public Task<DeleteSharedStorageEntryCommandResponse?> DeleteSharedStorageEntry(DeleteSharedStorageEntryCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandDeleteSharedStorageEntryCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
DeleteStorageBucket(DeleteStorageBucketCommandSettings, CancellationToken, int?, bool)
deleteStorageBucket
public Task<DeleteStorageBucketCommandResponse?> DeleteStorageBucket(DeleteStorageBucketCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandDeleteStorageBucketCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
GetAffectedUrlsForThirdPartyCookieMetadata(GetAffectedUrlsForThirdPartyCookieMetadataCommandSettings, CancellationToken, int?, bool)
getAffectedUrlsForThirdPartyCookieMetadata
public Task<GetAffectedUrlsForThirdPartyCookieMetadataCommandResponse> GetAffectedUrlsForThirdPartyCookieMetadata(GetAffectedUrlsForThirdPartyCookieMetadataCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandGetAffectedUrlsForThirdPartyCookieMetadataCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
GetCookies(GetCookiesCommandSettings, CancellationToken, int?, bool)
getCookies
public Task<GetCookiesCommandResponse> GetCookies(GetCookiesCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandGetCookiesCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
GetInterestGroupDetails(GetInterestGroupDetailsCommandSettings, CancellationToken, int?, bool)
getInterestGroupDetails
public Task<GetInterestGroupDetailsCommandResponse> GetInterestGroupDetails(GetInterestGroupDetailsCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandGetInterestGroupDetailsCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
GetRelatedWebsiteSets(GetRelatedWebsiteSetsCommandSettings?, CancellationToken, int?, bool)
getRelatedWebsiteSets
public Task<GetRelatedWebsiteSetsCommandResponse> GetRelatedWebsiteSets(GetRelatedWebsiteSetsCommandSettings? command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandGetRelatedWebsiteSetsCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
GetSharedStorageEntries(GetSharedStorageEntriesCommandSettings, CancellationToken, int?, bool)
getSharedStorageEntries
public Task<GetSharedStorageEntriesCommandResponse> GetSharedStorageEntries(GetSharedStorageEntriesCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandGetSharedStorageEntriesCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
GetSharedStorageMetadata(GetSharedStorageMetadataCommandSettings, CancellationToken, int?, bool)
getSharedStorageMetadata
public Task<GetSharedStorageMetadataCommandResponse> GetSharedStorageMetadata(GetSharedStorageMetadataCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandGetSharedStorageMetadataCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
GetStorageKeyForFrame(GetStorageKeyForFrameCommandSettings, CancellationToken, int?, bool)
getStorageKeyForFrame
public Task<GetStorageKeyForFrameCommandResponse> GetStorageKeyForFrame(GetStorageKeyForFrameCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandGetStorageKeyForFrameCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
GetTrustTokens(GetTrustTokensCommandSettings?, CancellationToken, int?, bool)
getTrustTokens
public Task<GetTrustTokensCommandResponse> GetTrustTokens(GetTrustTokensCommandSettings? command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandGetTrustTokensCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
GetUsageAndQuota(GetUsageAndQuotaCommandSettings, CancellationToken, int?, bool)
getUsageAndQuota
public Task<GetUsageAndQuotaCommandResponse> GetUsageAndQuota(GetUsageAndQuotaCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandGetUsageAndQuotaCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
OverrideQuotaForOrigin(OverrideQuotaForOriginCommandSettings, CancellationToken, int?, bool)
overrideQuotaForOrigin
public Task<OverrideQuotaForOriginCommandResponse?> OverrideQuotaForOrigin(OverrideQuotaForOriginCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandOverrideQuotaForOriginCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
ResetSharedStorageBudget(ResetSharedStorageBudgetCommandSettings, CancellationToken, int?, bool)
resetSharedStorageBudget
public Task<ResetSharedStorageBudgetCommandResponse?> ResetSharedStorageBudget(ResetSharedStorageBudgetCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandResetSharedStorageBudgetCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
RunBounceTrackingMitigations(RunBounceTrackingMitigationsCommandSettings?, CancellationToken, int?, bool)
runBounceTrackingMitigations
public Task<RunBounceTrackingMitigationsCommandResponse> RunBounceTrackingMitigations(RunBounceTrackingMitigationsCommandSettings? command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandRunBounceTrackingMitigationsCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SendPendingAttributionReports(SendPendingAttributionReportsCommandSettings?, CancellationToken, int?, bool)
sendPendingAttributionReports
public Task<SendPendingAttributionReportsCommandResponse> SendPendingAttributionReports(SendPendingAttributionReportsCommandSettings? command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSendPendingAttributionReportsCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetAttributionReportingLocalTestingMode(SetAttributionReportingLocalTestingModeCommandSettings, CancellationToken, int?, bool)
setAttributionReportingLocalTestingMode
public Task<SetAttributionReportingLocalTestingModeCommandResponse?> SetAttributionReportingLocalTestingMode(SetAttributionReportingLocalTestingModeCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetAttributionReportingLocalTestingModeCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetAttributionReportingTracking(SetAttributionReportingTrackingCommandSettings, CancellationToken, int?, bool)
setAttributionReportingTracking
public Task<SetAttributionReportingTrackingCommandResponse?> SetAttributionReportingTracking(SetAttributionReportingTrackingCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetAttributionReportingTrackingCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetCookies(SetCookiesCommandSettings, CancellationToken, int?, bool)
setCookies
public Task<SetCookiesCommandResponse?> SetCookies(SetCookiesCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetCookiesCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetInterestGroupAuctionTracking(SetInterestGroupAuctionTrackingCommandSettings, CancellationToken, int?, bool)
setInterestGroupAuctionTracking
public Task<SetInterestGroupAuctionTrackingCommandResponse?> SetInterestGroupAuctionTracking(SetInterestGroupAuctionTrackingCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetInterestGroupAuctionTrackingCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetInterestGroupTracking(SetInterestGroupTrackingCommandSettings, CancellationToken, int?, bool)
setInterestGroupTracking
public Task<SetInterestGroupTrackingCommandResponse?> SetInterestGroupTracking(SetInterestGroupTrackingCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetInterestGroupTrackingCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetProtectedAudienceKAnonymity(SetProtectedAudienceKAnonymityCommandSettings, CancellationToken, int?, bool)
setProtectedAudienceKAnonymity
public Task<SetProtectedAudienceKAnonymityCommandResponse?> SetProtectedAudienceKAnonymity(SetProtectedAudienceKAnonymityCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetProtectedAudienceKAnonymityCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetSharedStorageEntry(SetSharedStorageEntryCommandSettings, CancellationToken, int?, bool)
setSharedStorageEntry
public Task<SetSharedStorageEntryCommandResponse?> SetSharedStorageEntry(SetSharedStorageEntryCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetSharedStorageEntryCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetSharedStorageTracking(SetSharedStorageTrackingCommandSettings, CancellationToken, int?, bool)
setSharedStorageTracking
public Task<SetSharedStorageTrackingCommandResponse?> SetSharedStorageTracking(SetSharedStorageTrackingCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetSharedStorageTrackingCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetStorageBucketTracking(SetStorageBucketTrackingCommandSettings, CancellationToken, int?, bool)
setStorageBucketTracking
public Task<SetStorageBucketTrackingCommandResponse?> SetStorageBucketTracking(SetStorageBucketTrackingCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetStorageBucketTrackingCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
TrackCacheStorageForOrigin(TrackCacheStorageForOriginCommandSettings, CancellationToken, int?, bool)
trackCacheStorageForOrigin
public Task<TrackCacheStorageForOriginCommandResponse?> TrackCacheStorageForOrigin(TrackCacheStorageForOriginCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandTrackCacheStorageForOriginCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
TrackCacheStorageForStorageKey(TrackCacheStorageForStorageKeyCommandSettings, CancellationToken, int?, bool)
trackCacheStorageForStorageKey
public Task<TrackCacheStorageForStorageKeyCommandResponse?> TrackCacheStorageForStorageKey(TrackCacheStorageForStorageKeyCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandTrackCacheStorageForStorageKeyCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
TrackIndexedDBForOrigin(TrackIndexedDBForOriginCommandSettings, CancellationToken, int?, bool)
trackIndexedDBForOrigin
public Task<TrackIndexedDBForOriginCommandResponse?> TrackIndexedDBForOrigin(TrackIndexedDBForOriginCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandTrackIndexedDBForOriginCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
TrackIndexedDBForStorageKey(TrackIndexedDBForStorageKeyCommandSettings, CancellationToken, int?, bool)
trackIndexedDBForStorageKey
public Task<TrackIndexedDBForStorageKeyCommandResponse?> TrackIndexedDBForStorageKey(TrackIndexedDBForStorageKeyCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandTrackIndexedDBForStorageKeyCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
UntrackCacheStorageForOrigin(UntrackCacheStorageForOriginCommandSettings, CancellationToken, int?, bool)
untrackCacheStorageForOrigin
public Task<UntrackCacheStorageForOriginCommandResponse?> UntrackCacheStorageForOrigin(UntrackCacheStorageForOriginCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandUntrackCacheStorageForOriginCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
UntrackCacheStorageForStorageKey(UntrackCacheStorageForStorageKeyCommandSettings, CancellationToken, int?, bool)
untrackCacheStorageForStorageKey
public Task<UntrackCacheStorageForStorageKeyCommandResponse?> UntrackCacheStorageForStorageKey(UntrackCacheStorageForStorageKeyCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandUntrackCacheStorageForStorageKeyCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
UntrackIndexedDBForOrigin(UntrackIndexedDBForOriginCommandSettings, CancellationToken, int?, bool)
untrackIndexedDBForOrigin
public Task<UntrackIndexedDBForOriginCommandResponse?> UntrackIndexedDBForOrigin(UntrackIndexedDBForOriginCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandUntrackIndexedDBForOriginCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
UntrackIndexedDBForStorageKey(UntrackIndexedDBForStorageKeyCommandSettings, CancellationToken, int?, bool)
untrackIndexedDBForStorageKey
public Task<UntrackIndexedDBForStorageKeyCommandResponse?> UntrackIndexedDBForStorageKey(UntrackIndexedDBForStorageKeyCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandUntrackIndexedDBForStorageKeyCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
Events
AttributionReportingReportSent
attributionReportingReportSent
public event EventHandler<AttributionReportingReportSentEventArgs>? AttributionReportingReportSentEvent Type
AttributionReportingSourceRegistered
attributionReportingSourceRegistered
public event EventHandler<AttributionReportingSourceRegisteredEventArgs>? AttributionReportingSourceRegisteredEvent Type
AttributionReportingTriggerRegistered
attributionReportingTriggerRegistered
public event EventHandler<AttributionReportingTriggerRegisteredEventArgs>? AttributionReportingTriggerRegisteredEvent Type
AttributionReportingVerboseDebugReportSent
attributionReportingVerboseDebugReportSent
public event EventHandler<AttributionReportingVerboseDebugReportSentEventArgs>? AttributionReportingVerboseDebugReportSentEvent Type
CacheStorageContentUpdated
cacheStorageContentUpdated
public event EventHandler<CacheStorageContentUpdatedEventArgs>? CacheStorageContentUpdatedEvent Type
CacheStorageListUpdated
cacheStorageListUpdated
public event EventHandler<CacheStorageListUpdatedEventArgs>? CacheStorageListUpdatedEvent Type
IndexedDBContentUpdated
indexedDBContentUpdated
public event EventHandler<IndexedDBContentUpdatedEventArgs>? IndexedDBContentUpdatedEvent Type
IndexedDBListUpdated
indexedDBListUpdated
public event EventHandler<IndexedDBListUpdatedEventArgs>? IndexedDBListUpdatedEvent Type
InterestGroupAccessed
interestGroupAccessed
public event EventHandler<InterestGroupAccessedEventArgs>? InterestGroupAccessedEvent Type
InterestGroupAuctionEventOccurred
interestGroupAuctionEventOccurred
public event EventHandler<InterestGroupAuctionEventOccurredEventArgs>? InterestGroupAuctionEventOccurredEvent Type
InterestGroupAuctionNetworkRequestCreated
interestGroupAuctionNetworkRequestCreated
public event EventHandler<InterestGroupAuctionNetworkRequestCreatedEventArgs>? InterestGroupAuctionNetworkRequestCreatedEvent Type
SharedStorageAccessed
sharedStorageAccessed
public event EventHandler<SharedStorageAccessedEventArgs>? SharedStorageAccessedEvent Type
SharedStorageWorkletOperationExecutionFinished
sharedStorageWorkletOperationExecutionFinished
public event EventHandler<SharedStorageWorkletOperationExecutionFinishedEventArgs>? SharedStorageWorkletOperationExecutionFinishedEvent Type
StorageBucketCreatedOrUpdated
storageBucketCreatedOrUpdated
public event EventHandler<StorageBucketCreatedOrUpdatedEventArgs>? StorageBucketCreatedOrUpdatedEvent Type
StorageBucketDeleted
storageBucketDeleted
public event EventHandler<StorageBucketDeletedEventArgs>? StorageBucketDeleted