Class DeepLinkEvent

java.lang.Object
com.wonderpush.sdk.DeepLinkEvent

public class DeepLinkEvent extends Object
Information-storing class for the hook called when the SDK is trying to open the appropriate deep-link.
See Also:
  • Method Details

    • getContext

      public android.content.Context getContext()
      The context we are running in.
    • getUrl

      public String getUrl()
      The deep-link we are to open.
    • toString

      public String toString()
      Overrides:
      toString in class Object