Example usage for com.facebook.react.modules.core DefaultHardwareBackBtnHandler interface-usage

List of usage examples for com.facebook.react.modules.core DefaultHardwareBackBtnHandler interface-usage

Introduction

In this page you can find the example usage for com.facebook.react.modules.core DefaultHardwareBackBtnHandler interface-usage.

Usage

From source file com.cilstoredemo.CILReactActivity.java

/**
 * Base Activity for React Native applications.
 */
public class CILReactActivity extends Activity implements DefaultHardwareBackBtnHandler, PermissionAwareActivity {

    public static final String BundleName = "com.cardinfolink.smart.pos.CILReactActivity.bundleName";

From source file com.github.markzhai.react.preloader.MrReactActivity.java

/**
 * Base Activity for React Native applications.
 *
 * @author markzhai on 16/8/20
 * @version 0.31.0
 */

From source file com.lighters.demos.reactnative.ToastRnActivity.java

/**
 * Created by david on 16/10/12.
 * Email: huangdiv5@gmail.com
 * GitHub: https://github.com/alighters
 */

From source file com.publicradionative.MainActivity.java

/**
 * An Activity to browse and play media.
 */
public class MainActivity extends AppCompatActivity implements DefaultHardwareBackBtnHandler {
    // Receive callbacks from the MediaController. Here we update our state such as which queue
    // is being shown, the current title and description and the PlaybackState.

From source file com.socialdisasters.other.MainActivity.java

public class MainActivity extends Activity implements DefaultHardwareBackBtnHandler {
    private ReactRootView mReactRootView;
    private ReactInstanceManager mReactInstanceManager;

    @SuppressWarnings("unused")
    private final String TAG = "MainActivity";

From source file org.jitsi.meet.sdk.DefaultHardwareBackBtnHandlerImpl.java

/**
 * Defines the default behavior of {@code JitsiMeetFragment} and
 * {@code JitsiMeetView} upon invoking the back button if no
 * {@code JitsiMeetView} handles the invocation. For example, a
 * {@code JitsiMeetView} may (1) handle the invocation of the back button
 * during a conference by leaving the conference and (2) not handle the