promotedMetrics property

PromotedMediaMetrics? promotedMetrics
inherited

Engagement metrics for the media content, tracked in a promoted context, at the time of the request. Requires user context authentication.

How It Can Be Used

  • Determine media engagement when the Tweet was promoted.

Implementation

PromotedMediaMetrics? get promotedMetrics =>
    throw _privateConstructorUsedError;