Class ARCoreDeviceListDownloader
- Namespace
- easyar
ARCoreDeviceListDownloader is used to download and update the calibration parameters of the device list used in ARCoreCameraDevice.
ARCoreDeviceListDownloader
Constructors
ARCoreDeviceListDownloader
void easyar_ARCoreDeviceListDownloader__ctor(easyar_ARCoreDeviceListDownloader * * Return)
ARCoreDeviceListDownloader()
public ARCoreDeviceListDownloader()
constructor()
+ (easyar_ARCoreDeviceListDownloader *) create
public convenience init()
public ARCoreDeviceListDownloader()
Methods
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)
Parameters
timeoutMillisecondsOptional<Int32>callbackSchedulerCallbackScheduleronCompletedAction<ARCoreDeviceListDownloadStatus,Optional<String>>
Returns
- Void