Package com.inmobi.ads.banner
Class InMobiBannerAudioManager
- java.lang.Object
-
- com.inmobi.ads.banner.InMobiBannerAudioManager
-
public final class InMobiBannerAudioManager extends java.lang.Object
A public class to listen to Audio Status changes on InMobiBanner object by passing the Parent view ofInMobiBanner
i.e with Mediation.
-
-
Constructor Summary
Constructors Constructor Description InMobiBannerAudioManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends android.view.ViewGroup>
voidsetAudioListener(T t, AudioListener audioListener)
Use this function for attaching the AudioListener toInMobiBanner
instance by sending the Parent view, i.e the Mediation Banner view.
-
-
-
Method Detail
-
setAudioListener
public static <T extends android.view.ViewGroup> void setAudioListener(T t, AudioListener audioListener)
Use this function for attaching the AudioListener toInMobiBanner
instance by sending the Parent view, i.e the Mediation Banner view. You should receive theAudioStatus
callbacks when InMobiBanner is loaded with Audio Ad.- Type Parameters:
T
- Mediation Ad ViewGroup ClassName- Parameters:
t
- Parent view ofInMobiBanner
instanceaudioListener
- InMobiAudioListener
instance
-
-