Java android.support.v4.app BundleCompat fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.app BundleCompat fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.app BundleCompat.

The text is from its open source code.

Method

IBindergetBinder(Bundle bundle, String key)
A convenience method to handle getting an IBinder inside a Bundle for all Android versions.
voidputBinder(Bundle bundle, String key, IBinder binder)
A convenience method to handle putting an IBinder inside a Bundle for all Android versions.