InrollQueueProvider

@objc(YMAInrollQueueProvider)
@objcMembers
public class InrollQueueProvider : NSObject

InrollQueueProvider provides queue of inrolls.

  1. init(ad:)
  2. queue()

init(ad:)

Undocumented

Declaration

Swift

public convenience init(ad: InstreamAd)

queue()

Returns the InrollQueue of inrolls. Note that inrolls will be sorted in their position order.

Declaration

Swift

public func queue() -> InrollQueue