HandoffActivityParams


public final class HandoffActivityParams
extends Object implements Parcelable

java.lang.Object
   ↳ android.app.HandoffActivityParams


Represents options specifying how an activity will be handed off to other devices.

This object is passed as an optional argument to ERROR(Activity.enableHandoff()/android.app.Activity#enableHandoff() Activity.enableHandoff()), and will dictate when the platform calls ERROR(Activity.onHandoffActivityDataRequested()/android.app.Activity#onHandoffActivityDataRequested() Activity.onHandoffActivityDataRequested()) on the specified activity.

Summary

Nested classes

class HandoffActivityParams.Builder

Builder for