Package com.batch.batch_flutter
Class BatchPluginConfiguration
java.lang.Object
com.batch.batch_flutter.BatchPluginConfiguration
Manages Batch configuration for the flutter plugin.
Configuration will be read from the manifest, but can be overridden at app launch.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanDeprecated.This method does nothing, please stop using it.booleansetCanUseAdvancedDeviceInformation(boolean canUseAdvancedDeviceInformation) setCanUseAdvertisingID(boolean canUseAdvertisingID) Deprecated.This method does nothing, please stop using it.setInitialDoNotDisturbState(boolean initialDoNotDisturbState)
-
Constructor Details
-
BatchPluginConfiguration
public BatchPluginConfiguration()
-
-
Method Details
-
getApiKey
-
setAPIKey
-
canUseAdvertisingID
Deprecated.This method does nothing, please stop using it.Can Batch use Advertising ID Batch doesn't collects Android Advertising Identifier anymore.- Returns:
- Always return false.
-
setCanUseAdvertisingID
Deprecated.This method does nothing, please stop using it.Batch doesn't support Android Advertising Identifier anymore.- Parameters:
canUseAdvertisingID- This parameter does nothing.
-
canUseAdvancedDeviceInformation
public boolean canUseAdvancedDeviceInformation() -
setCanUseAdvancedDeviceInformation
public BatchPluginConfiguration setCanUseAdvancedDeviceInformation(boolean canUseAdvancedDeviceInformation) -
getInitialDoNotDisturbState
public boolean getInitialDoNotDisturbState() -
setInitialDoNotDisturbState
-