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 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
Source§

impl<T> ImplementedBy<T> for dyn SKProductsRequestDelegate

Implementations on Foreign Types§

Source§

impl<T> SKProductsRequestDelegate for ProtocolObject<T>

Implementors§