using Chartboost.Mediation.Adapters;
namespace Chartboost.Mediation.InMobi.Common
{
///
/// The Chartboost Mediation InMobi adapter.
///
internal interface IInMobiAdapter : IPartnerAdapterConfiguration
{
///
/// Enable/disable InMobi's verbose logging.
///
bool VerboseLogging { get; set; }
}
}