Method

FoundrySdkinstall

Declaration [src]

DexFuture*
foundry_sdk_install (
  FoundrySdk* self,
  FoundryOperation* operation
)

Description [src]

Installs an SDK.

Parameters

operation

Type: FoundryOperation

A FoundryOperation.

The data is owned by the caller of the method.

Return value

Type: DexFuture

A DexFuture that resolves to a boolean.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.