Table of Contents

Class ARCoreDeviceListDownloader

命名空间
easyar

ARCoreDeviceListDownloader用于下载更新ARCoreCameraDevice中使用的设备列表标定参数。

ARCoreDeviceListDownloader

构造函数

ARCoreDeviceListDownloader

void easyar_ARCoreDeviceListDownloader__ctor(easyar_ARCoreDeviceListDownloader * * Return)
ARCoreDeviceListDownloader()
public ARCoreDeviceListDownloader()
constructor()
+ (easyar_ARCoreDeviceListDownloader *) create
public convenience init()
public ARCoreDeviceListDownloader()

方法

download

void easyar_ARCoreDeviceListDownloader_download(easyar_ARCoreDeviceListDownloader * This, easyar_OptionalOfInt timeoutMilliseconds, easyar_CallbackScheduler * callbackScheduler, easyar_FunctorOfVoidFromARCoreDeviceListDownloadStatusAndOptionalOfString onCompleted)
void download(std::optional<int> timeoutMilliseconds, std::shared_ptr<CallbackScheduler> callbackScheduler, std::function<void(ARCoreDeviceListDownloadStatus, std::optional<std::string>)> onCompleted)
public void download(java.lang.@Nullable Integer timeoutMilliseconds, @Nonnull CallbackScheduler callbackScheduler, @Nonnull FunctorOfVoidFromARCoreDeviceListDownloadStatusAndOptionalOfString onCompleted)
fun download(timeoutMilliseconds: Int?, callbackScheduler: CallbackScheduler, onCompleted: FunctorOfVoidFromARCoreDeviceListDownloadStatusAndOptionalOfString): Unit
- (void)download:(NSNumber *)timeoutMilliseconds callbackScheduler:(easyar_CallbackScheduler *)callbackScheduler onCompleted:(void (^)(easyar_ARCoreDeviceListDownloadStatus status, NSString * error))onCompleted
public func download(_ timeoutMilliseconds: Int32?, _ callbackScheduler: CallbackScheduler, _ onCompleted: @escaping (ARCoreDeviceListDownloadStatus, String?) -> Void) -> Void
public virtual void download(Optional<int> timeoutMilliseconds, CallbackScheduler callbackScheduler, Action<ARCoreDeviceListDownloadStatus, Optional<string>> onCompleted)

参数

名称 类型 描述
timeoutMilliseconds Optional<Int32>
callbackScheduler CallbackScheduler
onCompleted Action<ARCoreDeviceListDownloadStatus,Optional<String>>

返回

类型 描述
Void