init(callbacks:andEngineRef:)
Initializes a new authorization plug-in view with the specified callbacks and authorization engine handle.
Declaration
init!(callbacks: UnsafePointer<AuthorizationCallbacks>!, andEngineRef engineRef: AuthorizationEngineRef!)Parameters
- callbacks:
The structure of type Authorizationcallbacks provided to the authorization plug-in in its Authorizationplugincreate function.
- engineRef:
The handle of type Authorizationengineref provided to the authorization plug-in in its MechanismCreate function.
Return Value
An initialized SFAuthorizationPluginView instance.
See Also
Related Documentation
- Authorization Services Programming Guide