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 |