PhaseSoundEvent.Prepare 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.
Overloads
| Name | Description |
|---|---|
| Prepare(NSError) | |
| Prepare(Action<PhaseSoundEventPrepareHandlerReason>) |
Prepare(NSError)
[Foundation.Export("prepareAndReturnError:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Prepare(out Foundation.NSError? error);
[<Foundation.Export("prepareAndReturnError:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Prepare : NSError -> bool
override this.Prepare : NSError -> bool
Parameters
- error
- NSError
Returns
- Attributes
Applies to
Prepare(Action<PhaseSoundEventPrepareHandlerReason>)
[Foundation.Export("prepareWithCompletion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Prepare(Action<Phase.PhaseSoundEventPrepareHandlerReason>? completionBlock);
[<Foundation.Export("prepareWithCompletion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Prepare : Action<Phase.PhaseSoundEventPrepareHandlerReason> -> unit
override this.Prepare : Action<Phase.PhaseSoundEventPrepareHandlerReason> -> unit
Parameters
- completionBlock
- Action<PhaseSoundEventPrepareHandlerReason>
- Attributes