BAAssetPackManagerGetLocalStatusCompletionHandler Delegate

Definition

Completion handler invoked with the local status of an asset pack.

public delegate void BAAssetPackManagerGetLocalStatusCompletionHandler(BAAssetPackStatus status);
type BAAssetPackManagerGetLocalStatusCompletionHandler = delegate of BAAssetPackStatus -> unit

Parameters

status
BAAssetPackStatus

The BAAssetPackStatus of the asset pack on the local device.

Applies to