光环助手V3.5数据统计需求(光环数据后台)-- 还有部分需要再次检查确认 https://gitlab.ghzhushou.com/pm/halo-app-issues/issues/367

This commit is contained in:
kehaoyuan
2018-10-18 20:31:39 +08:00
parent da440cdea8
commit 64288af285
67 changed files with 344 additions and 167 deletions

View File

@ -13,9 +13,10 @@ import com.gh.gamecenter.message.MessageNormalFragment;
public class MessageInviteActivity extends NormalActivity {
public static Intent getIntent(Context context, String messageType) {
public static Intent getIntent(Context context, String messageType, String entrance) {
Bundle bundle = new Bundle();
bundle.putString(EntranceUtils.KEY_MESSAGE_TYPE, messageType);
bundle.putString(EntranceUtils.KEY_ENTRANCE, entrance);
return getTargetIntent(context, MessageInviteActivity.class, MessageNormalFragment.class, bundle);
}
}