android.os.Parcel.writeStrongInterface C# (CSharp) Method

writeStrongInterface() public method

public writeStrongInterface ( global arg0 ) : void
arg0 global
return void
        public void writeStrongInterface(global::android.os.IInterfaceDelegate arg0)
        {
            writeStrongInterface((global::android.os.IInterfaceDelegateWrapper)arg0);
        }

Same methods

Parcel::writeStrongInterface ( android arg0 ) : void