package com.smartechbasereactnative import android.content.Intent interface SmartechDeeplinkCallbackHandler { fun onDeeplinkIntentReceived(intent: Intent?) }