Object SupportedNetworks
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public class SupportedNetworks
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<AdNetwork>networksWithRemovedSdkspublic final static SupportedNetworksINSTANCE
-
Method Summary
Modifier and Type Method Description final static Set<AdNetwork>getNetworks()final static UnitsetNetworkEnabled(AdNetwork network, Boolean enabled)final static BooleanisNetworkEnabled(AdNetwork network)-
-
Method Detail
-
getNetworks
final static Set<AdNetwork> getNetworks()
-
setNetworkEnabled
final static Unit setNetworkEnabled(AdNetwork network, Boolean enabled)
-
isNetworkEnabled
final static Boolean isNetworkEnabled(AdNetwork network)
-
-
-
-