BAAssetPackManager.GetLocalStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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