#LPMobile Android Library Advanced Implementation
###Connect the delegate The following code is an example of how to connect the delegate inside an activity:
final Activity activity = this;
delegateAPI = new LPMobileDelegateAPIImp(){
@Override
public boolean shouldUseCustomActionForChatNotAnswered() {
return true;