-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
- interfacename : app
- js method for html page (test.html)
var keys = ['title','header'];
alert(app.testwitharrayret(keys)); - how to excute the params for array
- (NSArray_)testwitharrayret:(EasyJSDataFunction_)params{
NSLog(@"test with param: %@ ", params);
NSArray *obj_arr = [NSArray arrayWithObjects:@"share",@"social", nil];
params.removeAfterExecute = NO;
return [params executeWithParams:obj_arr];
}
hi dukeland. kindly canplease help me this issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels