PLVInteractWebviewDelegate
Objective-C
@protocol PLVInteractWebviewDelegate <NSObject>
- (void)plvInteractWebview:(PLVInteractWebview *)interactWebview
didReceiveInteractMessageString:(NSString *)msgString
jsonDict:(NSDictionary *)jsonDict;
@end
Swift
protocol PLVInteractWebviewDelegate : NSObjectProtocol
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])