final Intent resultIntent=new Intent(context,ProjectActivity.class).putExtra(IntentKey.PROJECT_PARAM,projectId.toString()); | final Intent resultIntent=new Intent(context,ProjectActivity.class).putExtra(IntentKey.PROJECT_PARAM,projectParam); | new Intent(context,ProjectActivity.class).putExtra(IntentKey.PROJECT_PARAM,projectId.toString()) | new Intent(context,ProjectActivity.class).putExtra(IntentKey.PROJECT_PARAM,projectId) | android-oss | b83c85dd2afbbf2d7ff7d0a1e5f48fce0613b3cd | com.kickstarter.libs.PushNotifications | | _1 | projectId |
---|
_2 | projectParam |
---|
| TCIVar | projectId |
---|
v0 | new Intent(context,ProjectActivity.class) |
---|
v1 | IntentKey.PROJECT_PARAM |
---|
| | TCIVar | projectId |
---|
v0 | new Intent(context,ProjectActivity.class) |
---|
v1 | IntentKey.PROJECT_PARAM |
---|
| Uses | True |