beaconManager.connect cannot resolve symbol connect Android Studio

Not sure why my Android studio can’t find this symbol when I use

beaconManager.connect(new BeaconManager.ServiceReadyCallback()

I have imported

import com.estimote.sdk.Beacon;
import com.estimote.sdk.BeaconManager;
import com.estimote.sdk.Region;