图标组件

获取一个正方形矢量图(长和宽相等)@param name 名称@param fontName 矢量字体名称@param width 大小@param color 图像颜色,传 nil,默认为蚂蚁蓝@return 正方形矢量图*/(UIImage*)iconWithName:(NSString*)name fontName:(NSString*)...

iOS端通知扩展参数获取不到如何处理?

取得通知自定义字段内容,例:获取key为"key1"和"key2"的内容 NSString*extKey1="key1;NSString*extKey2="key2;NSString*extValue1=[userInfo valueForKey:extKey1];NSString*extValue1=[userInfo valueForKey:extKey1];通知打开回执上报...

DingRtcEngine接口

int joinChannel(DingRtcAuthInfo*_Nonnull authInfo,[name]NSString*_Nullable userName,[onResultWithUserId]void(^_Nullable onResult)(NSInteger errCode,NSString*_Nonnull channel,NSString*_Nonnull userId,NSInteger elapsed))参数...

运行iOS Demo

NSString*nonce="AK-7c8f947b-e55e-4ed5-ab09-bc849*;long long timestamp=1585119606;过期时间戳,例如:1560588594代表过期时间为2019-06-15 16:49:54。NSString*token="70f77b8*;NSArray<NSString*>*GSLB=[@...

iOS SDK(旧版)

}/3.4 合成结束-(void)OnSynthesizerCompleted:(NlsDelegateEvent)event result:(NSString*)result statusCode:(NSString*)statusCode errorMessage:(NSString*)eMsg { }/3.5 合成开始-(void)OnSynthesizerStarted:(NlsDelegateEvent)event...

Link Visual视频Media SDK

}-(void)onLivePlayerVideoSizeChanged:(LVLivePlayer*_Nonnull)player width:(NSInteger)width height:(NSInteger)height{[self appendInfoText:[NSString stringWithFormat:@"图像大小变化:w=ld h=ld",(long)width,(long)height]];...

适配依赖

AUThirdPartyAdapter/*/图片协议 APMultimedia/*第三方适配下载图片接口 主要对多媒体接口进行包装,由第三方实现*/-(NSString*)thirdPartyGetImage:(NSString*)identifier business:(NSString*)business zoom:(CGSize)size originalSize:...

AliRtcEngine接口

通过阅读本文,您可以了解到iOS SDK和Mac SDK的AliRtcEngine接口详情。目录 基础接口 API 描述 以上版本支持 setH5CompatibleMode 设置H5兼容模式。...(void)configRemoteCameraTrack:(NSString*)uid preferMaster:(BOOL)...

结果页组件

(NSString*)mainTitleText midTitleText:(NSString*)midTitleText bottomMessage:(NSString*)bottomMessage messageThrough:(BOOL)messageThrough;代码示例 UIImage*image=AUBundleImage(@"alipay-60");AUResultView*resultView=[...

启动小程序

interface MPNebulaAdapterInterface:NSObject/*打开小程序包@param appId 小程序 ID@param params 小程序参数*/(void)startTinyAppWithId:(NSString*)appId params:(NSDictionary*)params;end 代码示例[MPNebulaAdapterInterface ...

iOS和Mac

(NSArray<NSString*>*)getOnlineRemoteUsers;返回说明 返回用户ID列表。getUserInfo:查询远端用户信息。(NSDictionary*)getUserInfo:(NSString*)uid;参数说明 名称 类型 描述 uid NSString*用户ID。isUserOnline:查询用户是否在线。(BOOL...

选项卡

(instancetype)initWithTitle:(NSString*)title delegate:(id)delegate cancelButtonTitle:(NSString*)cancelButtonTitle destructiveButtonTitle:(NSString*)destructiveButtonTitle otherButtonTitles:(NSString*)otherButtonTitles,.NS_...

友盟IOS SDK使用方法

3.当AI_REC_EVALUATE时,bhvValue传数字,代表评价等级)parameters 自定义参数*/(void)onRecEvent:(NSString*)bizId sceneId:(NSString*)sceneId traceId:(NSString*)traceId traceInfo:(NSString*)traceInfo itemId:(NSString*)itemId ...

埋点API

(NSString*)getGlobalProperty:(NSString*)propertyName;参数 类型 描述 备注 propertyName NSString 属性名,只支持大小写字母、数字及下划线!返回值 NSString-5.3 删除一个全局属性 删除一个特定的全局属性,删除后,后续触发的所有事件...

接入 iOS

if(success){ message=[NSString stringWithFormat:@"定位成功,经度:%.5f,维度:%.5f,精确度:%.3f,是否高精度:%d",locationInfo.location.coordinate.longitude,locationInfo.location.coordinate.latitude,locationInfo.location....

基本设置相关接口

参数说明 参数 类型 是否必填 说明 appKey NSString 是 appKey appSecret NSString 是 appSecret callback Block 否 注册状态回调 打开调试日志 打开推送SDK日志。注意 测试时可打开调试查看日志,应用上线后建议关闭。接口定义+(void)...

结果弹窗

带下载链接的@param imageUrl 图片链接@param placeholder 占位图片@param describe 消息描述@param delegate 协议对象(遵循 AUDialogDelegate)@return AUImageDialog 实例*/-(instancetype)initWithImageUrl:(NSString*)imageUrl ...

iOS SDK集成

[self.engine joinChannel:token_str channelId:nil userId:nil name:nil onResultWithUserId:^(NSInteger errCode,NSString*_Nonnull channel,NSString*_Nonnull userId,NSInteger elapsed){ NSString*sting=[NSString stringWithFormat:@...

iOS和Mac

} NSString*fileName=[NSString stringWithFormat:@"sub_%_video_%d*%d_%.yuv",uid,videoSample.width,videoSample.height,time];if([uid isEqualToString:@""]){ fileName=[NSString stringWithFormat:@"pub_%_video_%d*%d_%.yuv",uid,...

使用iOS SDK上传文件

重新设置STS-(BOOL)resumeWithToken:(NSString*)accessKeyId accessKeySecret:(NSString*)accessKeySecret secretToken:(NSString*)secretToken expireTime:(NSString*)expireTime;超时处理 上传超时,会触发 OnUploadRertyListener 回调并...

iOS SDK集成

[self.engine joinChannel:token_str channelId:nil userId:nil name:nil onResultWithUserId:^(NSInteger errCode,NSString*_Nonnull channel,NSString*_Nonnull userId,NSInteger elapsed){ NSString*sting=[NSString stringWithFormat:@...

SDK使用说明

(NSString*)calleePhoneNumber andCalleeShowNumber:(NSString*)calleeShowNumber customLine:(NSString*)customLine withExtendString:(NSString*)extendString;在创建完成通话实例之后需要进行通话状态管理,调用方法如下:(void)start;...

API 说明

查看 MCDP 组件版本 接口定义+(NSString*)sdkVersion;接口描述 通过调用该接口,查看智能投放组件的版本号。适用版本:该接口在 3.0.0 及以上版本开放。使用示例 NSString cdpVersion=[CDPPromotionInterface sdkVersion];上报分享广告事件...

AliRtcEngine接口

(int)joinChannel:(AliRtcAuthInfo*_Nonnull)authInfo name:(NSString*_Nullable)userName onResult:(void(^_Nullable)(NSInteger errCode,NSString*_Nonnull channel,NSInteger elapsed))onResult;参数说明 名称 类型 描述 authInfo ...

iOS SDK集成

[self.engine joinChannel:token_str channelId:nil userId:nil name:nil onResultWithUserId:^(NSInteger errCode,NSString*_Nonnull channel,NSString*_Nonnull userId,NSInteger elapsed){ NSString*sting=[NSString stringWithFormat:@...

网关与子设备

} else { } }/侦听子设备的下推(从云端下推)数据-(void)onDataPush:(nonnull NSString*)topic data:(nonnull NSData*)data { NSString*downData=[NSString stringWithFormat:@"收到下推,topic:%\r",topic];downData=[downData ...

运行 Mac Demo

static NSString*_token="70f77b8*;static NSString*_gslbServer="https://gslb.dingrtc.com";static NSString*_channelId="23*;static NSString*_userId="f303d59acae073*;运行。Demo运行成功进入首页,您可以点击 Join 加入房间。如果该...

双标题

接口说明/*包含两行的导航栏 titleView*/interface AUDoubleTitleView:UIView/*创建上下两个标题的 titleView*@param title 主标题*@param detaileTitle 副标题*@return 初始化后的 APTitleView 控件*/-(UIView*)initWithTitle:(NSString*)...

基于MQTT Topic通信

dispatch_async(dispatch_get_main_queue(),^{[self ims_showHUDWithMessage:[NSString stringWithFormat:@"Linkkit 上行数据:%",succeeded?成功":@"失败"]];});}];订阅与取消订阅 若设备希望从某个Topic接收数据,需要先对该topic进行...

运行 iOS Demo

static NSString*_token="70f77b8*;static NSString*_gslbServer="https://gslb.dingrtc.com";static NSString*_channelId="23*;static NSString*_userId="f303d59acae073*;运行。Demo运行成功进入首页,您可以点击 Join 加入房间。如果该...

iOS 进阶功能

brief debug information is generated(including bitrate/cpu/codec,e.g.),you can show this on your debug information view.*/-(void)didBriefDebugInformationGenerated:(NSString*)debugInfo forFeed:(ARTVCFeed*)feed{/如果有需要,...

iOS SDK开发指南

param domain 域名/param complete 回调(所有ip地址)-(void)getIpsDataWithDomain:(NSString*)domain complete:(void(^)(NSArray<NSString*>*dataArray))complete;自动感知网络环境(ipv4-only、ipv6-only、ipv4和ipv6双栈)直接从缓存中...

定制导航栏

毛玻璃背景 view@property(nonatomic,strong)NSString*backButtonTitle;返回按钮 title(默认无)@property(nonatomic,strong)UIColor*backButtonTitleColor;返回按钮 title 颜色@property(nonatomic,strong)UIImage*backButtonImage;返回...

iOS和Mac

(NSArray<NSString*>*_Nullable)getOnlineRemoteUsers;返回说明 返回用户列表(保存的是用户ID)。getUserInfo:查询远端用户信息。(NSDictionary*_Nullable)getUserInfo:(NSString*_Nonnull)uid;参数说明 名称 类型 描述 uid NSString*_...

授权访问

示例代码如下:id<OSSCredentialProvider>credential=[[OSSCustomSignerCredentialProvider alloc]initWithImplementedSigner:^NSString*(NSString*contentToSign,NSError*_autoreleasing*error){/按照OSS规定的签名算法加签字符串,并将...

数据清理

NSString*APPurgeablePathTypeSize(NSString*path,APPurgeableType type,NSUInteger size/*MB*/);清空并重置所有注册的目录*/void ResetAllPurgeablePaths();ifdef_cplusplus }#endif/_cplusplus 缓存清理接口 统一存储提供清理缓存的实现...

iOS端

(void)onPlayerEvent:(AliPlayer*)player eventWithString:(AVPEventWithString)eventWithString description:(NSString*)description { switch(eventWithString){ case EVENT_PLAYER_DIRECT_COMPONENT_MSG:{ NSDictionary*descriptionDic=...

HttpDns iOS:接口 getIpsByHostAsync:和 ...

异步解析接口,首先查询缓存,若存在则返回结果,*若不存在返回 nil 并且进行异步域名解析更新缓存*@param host 域名(如www.aliyun.com)*@return 域名对应的解析结果*/-(NSString*)getIpByHostAsync:(NSString*)host;异步解析接口,首先...

本地双录 SDK

NSString*errorString=[NSString stringWithFormat:@"%code:%d 位置:%",domain,code,position];[[DemoToast shareInstance]makeToast:errorString duration:3];} 资源下载状态回调/资源下载-(void)onRemoteDownLoadModuleType:...

级联选择器

效果图 接口说明/设置选择器的选中项@interface AUCascadePickerSelectedRowItem:NSObject@property(nonatomic,strong)NSString*selectedLeftTitle;当前第一子列表选中的 title@property(nonatomic,strong)NSString*selectedMiddleTitle;...
共有10条 < 1 2 3 4 ... 10 >
跳转至: GO
产品推荐
云服务器 安全管家服务 安全中心
这些文档可能帮助您
弹性公网IP 短信服务 人工智能平台 PAI 金融分布式架构 对象存储 物联网平台
新人特惠 爆款特惠 最新活动 免费试用