disableSocialReports static method

GemError disableSocialReports()

Disables the social reports overlay.

Returns

Throws

  • An exception if it fails.

Implementation

static GemError disableSocialReports() {
  return OverlayService.disableOverlay(CommonOverlayId.socialReports.id);
}