APIModuleMethodDelegate Protocol Reference

Conforms to NSObject
Declared in APIModuleMethod.h

Overview

模块方法调用协议

– shouldInvokeModuleMethod: required method

询问是否可以执行模块方法

- (BOOL)shouldInvokeModuleMethod:(APIModuleMethod *)moduleMethod

Parameters

moduleMethod

模块方法对象

Return Value

返回是否允许方法被调用,返回NO则html页面无法调用该方法

Discussion

询问是否可以执行模块方法

Declared In

APIModuleMethod.h