Package android.os

Class Binder


  • public class Binder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Binder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void attachInterface​(IInterface owner, java.lang.String descriptor)  
      • Methods inherited from class java.lang.Object

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

      • Binder

        public Binder()
    • Method Detail

      • attachInterface

        public void attachInterface​(IInterface owner,
                                    java.lang.String descriptor)