Class ZendeskDeepLinkingBroadcastReceiver



  • public class ZendeskDeepLinkingBroadcastReceiver
    extends BroadcastReceiver
    Proxy android.content.BroadcastReceiver which offers the ability to deep link to predefined parts of the SDK.

    Don't call this BroadcastReceiver in a direct way. Always obtain an intent by calling ZendeskDeepLinking#getArticleIntent(Context, Article, String, ArrayList, Intent) or ZendeskDeepLinking.getRequestIntent(Context, String, String, ArrayList, Intent)

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void onReceive(Context context, Intent intent) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ZendeskDeepLinkingBroadcastReceiver

        public ZendeskDeepLinkingBroadcastReceiver()
    • Method Detail

      • onReceive

        public void onReceive(Context context,
                              Intent intent)