Untitled
unknown
plain_text
a year ago
943 B
2
Indexable
Never
holderView.rlCreateMeeting.setOnClickListener { when (creacteMeetingId) { 0 -> { openPage(NavigationConstants.NAVIGATE_TO_CREATE_MEETING, bundle) } 1 -> { msgDialog.erroMsgDialog(context.resources.getString(R.string.mgs_update_address)) } 2 -> { msgDialog.erroMsgDialog(context.resources.getString(R.string.mgs_update_profile)) } 3 -> { msgDialog.erroMsgDialog(context.resources.getString(R.string.mgs_update_profile_address)) } } } <string name="mgs_update_address">Kindly update address and move lead to C3 Stage.</string> <string name="mgs_update_profile">Kindly update profile and move lead to C3 Stage.</string> <string name="mgs_update_profile_address">Kindly update address and all Profile Fields(BrokingProfile, IPProfile, FinalProfile).</string>