Skip to main content

SKProductsRequestDelegate

Trait SKProductsRequestDelegate 

Source
pub unsafe trait SKProductsRequestDelegate: SKRequestDelegate {
    // Provided method
    unsafe fn productsRequest_didReceiveResponse(
        &self,
        request: &SKProductsRequest,
        response: &SKProductsResponse,
    )
       where Self: Sized + Message { ... }
}
👎Deprecated:

Get products using Product.products(for:)

Available on crate features SKProductsRequest and SKRequest only.
Expand description

Provided Methods§

Source

unsafe fn productsRequest_didReceiveResponse( &self, request: &SKProductsRequest, response: &SKProductsResponse, )
where Self: Sized + Message,

👎Deprecated:

Get products using Product.products(for:)

Trait Implementations§

Source§

impl<T> ImplementedBy<T> for dyn SKProductsRequestDelegate

Source§

impl ProtocolType for dyn SKProductsRequestDelegate

Source§

const NAME: &'static str = "SKProductsRequestDelegate"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<T> SKProductsRequestDelegate for ProtocolObject<T>

Implementors§