PlaytimeExtensionsBuilder
@objcMembers
public final class PlaytimeExtensionsBuilder : NSObject
Use this builder to create an immutable instance of PlaytimeExtensions.
-
Set an optional identifier that is provided back in the S2S payout URL.
Declaration
Swift
public func setSubId1(_ subId1: String?) -> Self -
Set an optional identifier that is provided back in the S2S payout URL.
Declaration
Swift
public func setSubId2(_ subId2: String?) -> Self -
Set an optional identifier that is provided back in the S2S payout URL.
Declaration
Swift
public func setSubId3(_ subId3: String?) -> Self -
Set an optional identifier that is provided back in the S2S payout URL.
Declaration
Swift
public func setSubId4(_ subId4: String?) -> Self -
Set an optional identifier that is provided back in the S2S payout URL.
Declaration
Swift
public func setSubId5(_ subId5: String?) -> Self -
Build the extensions object that you pass to
PlaytimeOptions.Declaration
Swift
public func build() -> PlaytimeExtensions
PlaytimeExtensionsBuilder Class Reference