setBackgroundReportingIntervalMS
fun setBackgroundReportingIntervalMS(backgroundReportingIntervalMS: Long): AirshipConfigOptions.Builder(source)
Deprecated
Renamed for casing consistency.
Replace with
setBackgroundReportingIntervalMs(backgroundReportingIntervalMS)Content copied to clipboard
Set the background reporting interval, in milliseconds.
Return
The config options builder.
Parameters
backgroundReportingIntervalMS
The background reporting interval in milliseconds.