Skip to content

Instantly share code, notes, and snippets.

@IvanAbakumov
Created January 30, 2020 13:51
Show Gist options
  • Save IvanAbakumov/ca93068530bf2dbc8d44cc7ec52b41d9 to your computer and use it in GitHub Desktop.
Save IvanAbakumov/ca93068530bf2dbc8d44cc7ec52b41d9 to your computer and use it in GitHub Desktop.
class CallVideVOIP(private val orderId: String, private val typeInOutCall: String) : SupportAppScreen() {
override fun getActivityIntent(context: Context?): Intent {
return Intent(context, VoiceCVActivity::class.java).putExtra(KEY_TO_CALL, orderId).putExtra(KEY_TYPE_CALL,typeInOutCall)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment