Package 

Class AppLinks


  • 
    public final class AppLinks
    
                        

    Provides a set of utility methods for working with incoming Intents that may contain App Link data.

    • Method Summary

      Modifier and Type Method Description
      static Bundle getAppLinkData(Intent intent) Gets the App Link data for an intent, if there is any.
      static Bundle getAppLinkExtras(Intent intent) Gets the App Link extras for an intent, if there is any.
      • Methods inherited from class java.lang.Object

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

      • getAppLinkData

        @Nullable() static Bundle getAppLinkData(Intent intent)

        Gets the App Link data for an intent, if there is any. This is the authorized function to checkif an intent is AppLink. If null is returned it is not.

        Parameters:
        intent - the incoming intent.