1

从 Android Apptentive 文档中,仅在调查完成时获得回调:

Apptentive.setOnSurveyFinishedListener(new OnSurveyFinishedListener() {
  @Override
  public void onSurveyFinished(boolean completed) {
    // Your code
  }
});

但是,我想得到一些像 ios 的类: ApptentiveSurveyShownNotification/ApptentiveSurveySentNotification

这样我可以获得比刚刚完成的更多的内容(真/假)。Android Apptentive 有这样的课程吗?

4

0 回答 0