enableSocialReports static method
Enables the social reports overlay.
Returns
- GemError.success on success, GemError.notFound if the overlay is not found
Throws
- An exception if it fails.
Implementation
static GemError enableSocialReports() {
return OverlayService.enableOverlay(CommonOverlayId.socialReports.id);
}