PLVInteractWebviewDelegate

Objective-C

@protocol PLVInteractWebviewDelegate <NSObject>

- (void)plvInteractWebview:(PLVInteractWebview *)interactWebview
didReceiveInteractMessageString:(NSString *)msgString
                  jsonDict:(NSDictionary *)jsonDict;

@end

Swift

protocol PLVInteractWebviewDelegate : NSObjectProtocol

Undocumented