PLYEventProperties constructor

PLYEventProperties(
  1. String? sdk_version,
  2. PLYEventName event_name,
  3. String event_created_at,
  4. String? displayed_presentation,
  5. String? user_id,
  6. String? anonymous_user_id,
  7. List<PLYEventPropertyPlan>? purchasable_plans,
  8. String? deeplink_identifier,
  9. String? source_identifier,
  10. String? selected_plan,
  11. String? previous_selected_plan,
  12. String? selected_presentation,
  13. String? previous_selected_presentation,
  14. String? link_identifier,
  15. List<PLYEventPropertyCarousel> carousels,
  16. String? language,
  17. String? device,
  18. String? os_version,
  19. String? device_type,
  20. String? error_message,
  21. String? cancellation_reason_id,
  22. String? cancellation_reason,
  23. String? plan,
  24. String? selected_product,
  25. String? plan_change_type,
  26. List<PLYEventPropertySubscription> running_subscriptions,
)

Implementation

PLYEventProperties(
    this.sdk_version,
    this.event_name,
    this.event_created_at,
    this.displayed_presentation,
    this.user_id,
    this.anonymous_user_id,
    this.purchasable_plans,
    this.deeplink_identifier,
    this.source_identifier,
    this.selected_plan,
    this.previous_selected_plan,
    this.selected_presentation,
    this.previous_selected_presentation,
    this.link_identifier,
    this.carousels,
    this.language,
    this.device,
    this.os_version,
    this.device_type,
    this.error_message,
    this.cancellation_reason_id,
    this.cancellation_reason,
    this.plan,
    this.selected_product,
    this.plan_change_type,
    this.running_subscriptions);