BAAssetPackManager.GetLocalStatus Method

Definition

Gets the local status of an asset pack.

[Foundation.Export("getLocalStatusOfAssetPackWithIdentifier:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void GetLocalStatus(string assetPackIdentifier, BackgroundAssets.BAAssetPackManagerGetLocalStatusCompletionHandler completionHandler);
[<Foundation.Export("getLocalStatusOfAssetPackWithIdentifier:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetLocalStatus : string * BackgroundAssets.BAAssetPackManagerGetLocalStatusCompletionHandler -> unit
override this.GetLocalStatus : string * BackgroundAssets.BAAssetPackManagerGetLocalStatusCompletionHandler -> unit

Parameters

assetPackIdentifier
String

The identifier of the asset pack to query.

completionHandler
BAAssetPackManagerGetLocalStatusCompletionHandler

A completion handler called with the BAAssetPackStatus of the asset pack on the local device.

Attributes

Applies to