enableSocialReports static method

GemError enableSocialReports()

Enables the social reports overlay.

Returns

Throws

  • An exception if it fails.

Implementation

static GemError enableSocialReports() {
  return OverlayService.enableOverlay(CommonOverlayId.socialReports.id);
}