Example usage for android.app BackStackRecord BackStackRecord

List of usage examples for android.app BackStackRecord BackStackRecord

Introduction

In this page you can find the example usage for android.app BackStackRecord BackStackRecord.

Prototype

public BackStackRecord(FragmentManagerImpl manager) 

Source Link

Usage

From source file:android.app.FragmentManager.java

@Override
public FragmentTransaction beginTransaction() {
    return new BackStackRecord(this);
}