Class Transaction
java.lang.Object
org.prebid.mobile.rendering.loading.Transaction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classListens for when CreativeFactory is done making a creative When all CreativeFactory's are done, relays that back to Transaction's Listenerstatic interface -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic TransactioncreateTransaction(android.content.Context context, CreativeModelsMaker.Result result, InterstitialManager interstitialManager, Transaction.Listener listener) voiddestroy()longvoidsetLoaderIdentifier(String loaderIdentifier) voidsetTransactionCreateTime(long transactionCreateTime) void
-
Field Details
-
TAG
-
-
Method Details
-
createTransaction
public static Transaction createTransaction(android.content.Context context, CreativeModelsMaker.Result result, InterstitialManager interstitialManager, Transaction.Listener listener) throws AdException - Throws:
AdException
-
getTransactionState
-
startCreativeFactories
public void startCreativeFactories() -
destroy
public void destroy() -
getCreativeFactories
-
getLoaderIdentifier
-
setLoaderIdentifier
-
getTransactionCreateTime
public long getTransactionCreateTime() -
setTransactionCreateTime
public void setTransactionCreateTime(long transactionCreateTime)
-