pub unsafe trait LARightUI: ClassType {
    // Provided method
    unsafe fn authorizeWithLocalizedReason_inPresentationContext_completion(
        &self,
        localized_reason: &NSString,
        presentation_context: &LAPresentationContext,
        handler: &Block<dyn Fn(*mut NSError)>
    )
       where Self: Sized + Message { ... }
}
Available on crate feature LARight_UI only.
Expand description

Category “UI” on LARight.

Provided Methods§

source

unsafe fn authorizeWithLocalizedReason_inPresentationContext_completion( &self, localized_reason: &NSString, presentation_context: &LAPresentationContext, handler: &Block<dyn Fn(*mut NSError)> )
where Self: Sized + Message,

Available on crate features LAPresentationContext and block2 and objc2-app-kit only.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl LARightUI for LARight

Implementors§