Package 

Class IBinderReceiver


  • 
    public final class IBinderReceiver
    
                        

    A container for at most one instance of IBinder, useful as an "out parameter".

    • Constructor Summary

      Constructors 
      Constructor Description
      IBinderReceiver() Constructs a new, initially empty, container.
    • Method Summary

      Modifier and Type Method Description
      IBinder get() Returns the contents of this container or null if it is empty.
      • Methods inherited from class java.lang.Object

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

      • IBinderReceiver

        IBinderReceiver()
        Constructs a new, initially empty, container.
    • Method Detail

      • get

        @Nullable() IBinder get()

        Returns the contents of this container or null if it is empty.