[][src]Trait uikit_sys::NSHTTPCookieStorage_NSURLSessionTaskAdditions

pub trait NSHTTPCookieStorage_NSURLSessionTaskAdditions: Sized + Deref {
    unsafe fn storeCookies_forTask_(
        self,
        cookies: NSArray,
        task: NSURLSessionTask
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn getCookiesForTask_completionHandler_(
        self,
        task: NSURLSessionTask,
        completionHandler: _bindgen_ty_id_149089
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn storeCookies_forTask_(self, cookies: NSArray, task: NSURLSessionTask) where
    Self::Target: Message + Sized

unsafe fn getCookiesForTask_completionHandler_(
    self,
    task: NSURLSessionTask,
    completionHandler: _bindgen_ty_id_149089
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSHTTPCookieStorage_NSURLSessionTaskAdditions for NSHTTPCookieStorage[src]

Loading content...