reportsOverlayInfo property

SocialReportsOverlayInfo get reportsOverlayInfo

Get social reports overlay info.

Returns

Throws

  • An exception if it fails.

Implementation

static SocialReportsOverlayInfo get reportsOverlayInfo {
  final OperationResult result = staticMethod(
    'SocialOverlay',
    'getReportsOverlayInfo',
  );

  return SocialReportsOverlayInfo.init(result['result']);
}