Sdílet prostřednictvím


ActionSubscriptionDetails Class

Definition

Provides information about why a remote settings action subscription callback was invoked

public ref class ActionSubscriptionDetails sealed
public sealed class ActionSubscriptionDetails
type ActionSubscriptionDetails = class
Public NotInheritable Class ActionSubscriptionDetails
Inheritance
ActionSubscriptionDetails

Constructors

ActionSubscriptionDetails()

Fields

StartTrigger

Well known name of the initial start trigger for triggered Targeted Notifications rules.

StopTrigger

Well known name of the final stop trigger for triggered Targeted Notifications rules.

Properties

RegisteredTriggerNames

Gets the names of all triggers to which this rule is subscribed.

TelemetryEvent

Gets the telemetry event that matched given filter conditions, if a telemetry notification subscription is the reason this callback was invoked

TriggerAlways

Gets a value indicating whether the invoked trigger is set to trigger on every event match, or just once.

TriggerName

Gets the trigger name being invoked

TriggerOnSubscribe

Gets a value indicating whether the trigger was invoked directly after subscribing or not.

Methods

Unsubscribe()

Unsubscribes from the trigger event specified by TriggerName

UnsubscribeAll()

Unsubscribes from all triggers specified alongside TriggerName in the Targeted Notifications back-end.

Applies to