index int64 | repo_id string | file_path string | content string |
|---|---|---|---|
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/data | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/data/bid/Bid.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/data | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/data/bid/BidResponse.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/data | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/data/bid/Bids.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/data | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/data/bid/Cache.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/data | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/data/bid/Prebid.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/data | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/data/bid/Seatbid.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/data | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/data/bid/StoredRequest.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/display/BidResponseCache.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/display/InterstitialController.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/display/PrebidMediationDelegate.java | package org.prebid.mobile.rendering.bidding.display;
import androidx.annotation.Nullable;
import org.prebid.mobile.rendering.bidding.data.bid.BidResponse;
import java.util.HashMap;
/**
* PrebidMediationDelegate is a delegate of custom mediation platform.
*/
public interface PrebidMediationDelegate {
/**
... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/events/EventsNotifier.java | package org.prebid.mobile.rendering.bidding.events;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import org.json.JSONObject;
import org.prebid.mobile.LogUtil;
import org.prebid.mobile.rendering.bidding.data.bid.Bid;
import org.prebid.mobile.rendering.bidding.data.bid.BidResponse;
import org... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/interfaces/BannerEventHandler.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/interfaces/InterstitialControllerListener.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/interfaces/InterstitialEventHandler.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/interfaces/InterstitialViewListener.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/interfaces/RewardedEventHandler.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/interfaces/StandaloneBannerEventHandler.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/interfaces/StandaloneInterstitialEventHandler.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/interfaces/StandaloneRewardedVideoEventHandler.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/listeners/BannerEventListener.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/listeners/BidRequesterListener.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/listeners/DisplayViewListener.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/listeners/InterstitialEventListener.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/listeners/RewardedVideoEventListener.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/bidding/loader/BidLoader.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/errors/ServerWrongStatusCode.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/errors/VastParseError.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/interstitial/AdBaseDialog.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/interstitial/AdExpandedDialog.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/interstitial/AdInterstitialDialog.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/interstitial/DialogEventListener.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/interstitial/InterstitialLayoutConfigurator.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/interstitial/InterstitialManagerDisplayDelegate.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/interstitial/InterstitialManagerInterface.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/interstitial/InterstitialManagerVideoDelegate.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/interstitial/InterstitialSizes.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/listeners/AdIdFetchListener.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/listeners/CreativeResolutionListener.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/listeners/CreativeViewListener.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/listeners/OnBrowserActionResultListener.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/listeners/SdkInitializationListener.java | package org.prebid.mobile.rendering.listeners;
import org.prebid.mobile.api.exceptions.InitError;
public interface SdkInitializationListener {
void onSdkInit();
void onSdkFailedToInit(InitError error);
}
|
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/listeners/VideoCreativeViewListener.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/listeners/VideoDialogListener.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/listeners/WebViewDelegate.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/loading/AdLoadListener.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/loading/CreativeFactory.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/loading/FileDownloadListener.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/loading/FileDownloadTask.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/loading/Transaction.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/loading/TransactionManager.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/loading/TransactionManagerListener.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/loading/VastParserExtractor.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/AbstractCreative.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/AdDetails.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/AdPosition.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/CreativeModel.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/CreativeModelMakerBids.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/CreativeModelsMaker.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/CreativeModelsMakerVast.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/CreativeVisibilityTracker.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/HTMLCreative.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/InterstitialDisplayPropertiesInternal.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/InterstitialDisplayPropertiesPublic.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/InterstitialLayout.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/PlacementType.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/TrackingEvent.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/ViewPool.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/internal/InternalFriendlyObstruction.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/internal/InternalPlayerState.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/internal/MacrosModel.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/internal/MraidEvent.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/internal/MraidVariableContainer.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/internal/VastExtractorResult.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/internal/VisibilityTrackerOption.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/internal/VisibilityTrackerResult.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/ntv/NativeEventTracker.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/BidRequest.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/App.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/BaseBid.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/Device.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/Ext.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/Imp.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/MobileSdkPassThrough.java | package org.prebid.mobile.rendering.models.openrtb.bidRequests;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.prebid.mobile.LogUtil;
import org.prebid.mobile.api.data.Position;
import org.prebid.... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/Native.java | package org.prebid.mobile.rendering.models.openrtb.bidRequests;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.prebid.mobile.NativeAsset;
import org.prebid.mobile.NativeEventTracker;
import org.prebid.mobile.PrebidMobile;
import org.prebid.mobile.configuration.NativeAd... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/Regs.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/User.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/apps/Content.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/apps/Publisher.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/devices/Geo.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/geo/Geo.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/imps/Banner.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/imps/Pmp.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/imps/Video.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/imps | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/imps/pmps/Deals.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/imps | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/imps/pmps/Format.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/source/Source.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/models/openrtb/bidRequests/users/Geo.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/mraid/MraidEnv.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/mraid | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/mraid/handler/FetchPropertiesHandler.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
0 | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/mraid | java-sources/ai/themsp/prebid-core/2.0.3.30/main/org/prebid/mobile/rendering/mraid/methods/CompletedCallBack.java | /*
* Copyright 2018-2021 Prebid.org, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.