Class AttributionReportingSourceRegisteredEventArgs
AttributionReportingSourceRegistered
public sealed class AttributionReportingSourceRegisteredEventArgs : EventArgs
- Inheritance
-
AttributionReportingSourceRegisteredEventArgs
- Inherited Members
Properties
Registration
Gets or sets the registration
[JsonPropertyName("registration")]
public AttributionReportingSourceRegistration Registration { get; set; }
Property Value
Result
Gets or sets the result
[JsonPropertyName("result")]
public AttributionReportingSourceRegistrationResult Result { get; set; }