Class DefaultRuntimeArgsService

    • Constructor Detail

      • DefaultRuntimeArgsService

        public DefaultRuntimeArgsService()
    • Method Detail

      • fire

        public void fire​(java.lang.String key,
                         java.lang.String value)
        Description copied from interface: RuntimeArgsService
        When the app is launched externally, this method is called to identify the key based on the service that is responsible, and the value associated to this key. Typically the developer won't need to call this method for certain services that will launch the app from a Local Notifications or a custom URL.
        Specified by:
        fire in interface RuntimeArgsService
        Parameters:
        key - a String that the service is expected to receive
        value - a String that the service will process when the key is received
      • removeListener

        public void removeListener​(java.lang.String key)
        Description copied from interface: RuntimeArgsService
        Removes the listener for the given key
        Specified by:
        removeListener in interface RuntimeArgsService
        Parameters:
        key - a String that the service is expected to receive