RGLCustomizationActionDelegate

@protocol RGLCustomizationActionDelegate <NSObject>
- (void)onCustomButtonTappedWithTag:(NSInteger)tag;
@end

Undocumented