getAutoTriggerDelay

@IntRange(from = 0)
abstract fun getAutoTriggerDelay(): Long

Gets delay before an automatic return home planned by the drone.

The delay is calculated so that the return travel can be made before the battery is empty.

The returned delay is not valid when reachability returned by getHomeReachability is WARNING. In the other cases, the returned delay is zero.

Return

delay in seconds before return home if an automatic return home is planned, zero otherwise