isNetworkEnabled
Overview
Syntax
isNetworkEnabled(network, callback)Examples
RNAatkit.isNetworkEnabled(RNAatkit.AdNetwork_MILLENNIAL, (networkEnabled) => {
console.log("networkEnabled" + networkEnabled);
});Last updated