PLVInteractWebviewDelegate
@protocol PLVInteractWebviewDelegate <NSObject>
- (void)plvInteractWebview:(PLVInteractWebview *)interactWebview
didReceiveInteractMessageString:(NSString *)msgString
jsonDict:(NSDictionary *)jsonDict;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
- (void)plvInteractWebview:(PLVInteractWebview *)interactWebview didReceiveInteractMessageString:(NSString *)msgString jsonDict:(NSDictionary *)jsonDict;
Swift
func plvInteractWebview(_ interactWebview: PLVInteractWebview, didReceiveInteractMessageString msgString: String, jsonDict: [AnyHashable : Any])