测试已测试 | ✗ |
Lang语言 | Obj-CObjective C |
许可证 | MIT |
发布最后发布 | 2014年12月 |
由 Yoshiya Hinosawa 维护。
为 Straw iOS 打开服务的 URL
/**
Open URL using external app (typically Safari)
- params
- (NSString *) params[@"url"] The url to open
@param params Service call params
@param context Service call context
@background
*/
- (void)openURL:(NSDictionary *)params withContext:(id<STWServiceCallContext>)context