handleDeepLink

fun handleDeepLink(intent: Intent, activity: FragmentActivity): Boolean

This function processes the StreamLayer deep link. The function parses the StreamLayerFragment in your activity and launch the appropriate overlay.

Parameters

intent

Received intent. Listen for intent in FragmentActivity.onResume and pass it here.

activity

Your activity which is the host for StreamLayerFragment.