File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
qasdk/src/main/java/co/astrnt/qasdk/dao
sample/src/main/java/co/astrnt/astrntqasdk/feature Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ public class CompanyApiDao extends RealmObject {
1515 private String requirement ;
1616 private String nda ;
1717 private String title ;
18+ private String finish_page_url ;
1819
1920 public String getCoverPicture () {
2021 return coverPicture ;
@@ -63,4 +64,12 @@ public String getTitle() {
6364 public void setTitle (String title ) {
6465 this .title = title ;
6566 }
67+
68+ public String getFinish_page_url () {
69+ return finish_page_url ;
70+ }
71+
72+ public void setFinish_page_url (String finish_page_url ) {
73+ this .finish_page_url = finish_page_url ;
74+ }
6675}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ protected void onCreate(Bundle savedInstanceState) {
5858
5959 videoSDK .clearDb ();
6060 if (BuildConfig .DEBUG ) {
61- inpCode .setText ("idvideo " );
61+ inpCode .setText ("upmVqCsC " );
6262 }
6363
6464 checkingPermission ();
You can’t perform that action at this time.
0 commit comments