From eedf3d6ef5190c8736cf1762064a5be90591d076 Mon Sep 17 00:00:00 2001 From: luohaijiang Date: Wed, 20 Jan 2016 12:07:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=A8=E6=96=87=E6=A1=A3=EF=BC=9A?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0pc=E8=B0=83=E7=94=A8=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E3=80=81=E6=B7=BB=E5=8A=A0=E8=8E=B7=E5=8F=96=E5=BD=93=E5=89=8D?= =?UTF-8?q?sdk=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\344\275\277\347\224\250\350\257\264\346\230\216.md" | 17 +++++++++++++++++ ...\275\277\347\224\250\350\257\264\346\230\216.md.bak" | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git "a/doc/\346\216\250\345\271\277\345\221\230\351\241\271\347\233\256Sdk for android\344\275\277\347\224\250\350\257\264\346\230\216.md" "b/doc/\346\216\250\345\271\277\345\221\230\351\241\271\347\233\256Sdk for android\344\275\277\347\224\250\350\257\264\346\230\216.md" index b03896a..b4b2407 100644 --- "a/doc/\346\216\250\345\271\277\345\221\230\351\241\271\347\233\256Sdk for android\344\275\277\347\224\250\350\257\264\346\230\216.md" +++ "b/doc/\346\216\250\345\271\277\345\221\230\351\241\271\347\233\256Sdk for android\344\275\277\347\224\250\350\257\264\346\230\216.md" @@ -35,6 +35,23 @@ Help==>About Eclips android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:screenOrientation="landscape" > +#### 2、调用推广接口 + Entrance.DoPromoter("1545402", "10022", "serverId", "ruleId", Context); + 1545402:uid + 10022 :appid + serverId :serverId + ruleId: ruleId + Context context +#### 3、获取sdk版本 + Constant.VERSION_CODE +其次注册相应的Activity,具体如下: + + + diff --git "a/doc/\346\216\250\345\271\277\345\221\230\351\241\271\347\233\256Sdk for android\344\275\277\347\224\250\350\257\264\346\230\216.md.bak" "b/doc/\346\216\250\345\271\277\345\221\230\351\241\271\347\233\256Sdk for android\344\275\277\347\224\250\350\257\264\346\230\216.md.bak" index f86d770..b03896a 100644 --- "a/doc/\346\216\250\345\271\277\345\221\230\351\241\271\347\233\256Sdk for android\344\275\277\347\224\250\350\257\264\346\230\216.md.bak" +++ "b/doc/\346\216\250\345\271\277\345\221\230\351\241\271\347\233\256Sdk for android\344\275\277\347\224\250\350\257\264\346\230\216.md.bak" @@ -48,6 +48,6 @@ Help==>About Eclips -keep public class com.gumptech.promoter.Entrance { *;} -keep public class com.gumptech.promoter.view.ProgressBar { *;} - + -keep public class proget.pro.Constant { *;} 使得混淆的时候不会影响SDK的命名空间。 \ No newline at end of file -- 2.0.0