1
0
Fork 0
mirror of https://github.com/ethauvin/android-about-box.git synced 2025-04-25 10:47:10 -07:00

Removed branch io. We need to try to integrate this version to real app and test (CLose #24)

This commit is contained in:
Alex Dibrivnyi 2017-05-15 23:55:50 +03:00
parent 93ae9c499e
commit 170c879b10
5 changed files with 21 additions and 56 deletions

View file

@ -21,9 +21,10 @@ public class AboutConfig {
public BuildType buildType;
public String packageName;
// custom analytics and dialog
// custom analytics, dialog and share
public IAnalytic analytics;
public IDialog dialog;
public IShare share;
// email
public String emailAddress;
@ -31,7 +32,6 @@ public class AboutConfig {
public String emailBody;
// share
public String shareMessageTitle;
public String shareMessage;
public String sharingTitle;