Example usage for com.facebook.react.bridge LifecycleEventListener interface-usage

List of usage examples for com.facebook.react.bridge LifecycleEventListener interface-usage

Introduction

In this page you can find the example usage for com.facebook.react.bridge LifecycleEventListener interface-usage.

Usage

From source file com.adjust.nativemodule.Adjust.java

public class Adjust extends ReactContextBaseJavaModule implements LifecycleEventListener,
        OnAttributionChangedListener, OnEventTrackingSucceededListener, OnEventTrackingFailedListener,
        OnSessionTrackingSucceededListener, OnSessionTrackingFailedListener, OnDeeplinkResponseListener {
    private boolean attributionCallback;
    private boolean eventTrackingSucceededCallback;
    private boolean eventTrackingFailedCallback;

From source file com.coship.video.ijkplayer.IjkVideoView.java

public class IjkVideoView extends FrameLayout
        implements MediaController.MediaPlayerControl, LifecycleEventListener {
    private String TAG = "IjkVideoView";
    // settable by the client
    private Uri mUri;
    private Map<String, String> mHeaders;

From source file com.geniem.rnble.RNBLEModule.java

class RNBLEModule extends ReactContextBaseJavaModule implements LifecycleEventListener {

    private static final String TAG = "RNBLEModule";

    // used for serializing r/w characteristic operations, poll time for looking at r/w responses
    private static final int SLEEP_MS = 50;

From source file com.microsoft.c3p.reactnative.C3PReactModule.java

/**
 * A React Native module that enables other React Native modules to easily bridge between
 * JavaScript and Java code.
 */
public final class C3PReactModule extends ReactContextBaseJavaModule
        implements LifecycleEventListener, ActivityEventListener {

From source file com.remobile.cordova.CordovaPlugin.java

public abstract class CordovaPlugin extends ReactContextBaseJavaModule
        implements ActivityEventListener, LifecycleEventListener {
    public static final int RESULT_STEP = 1000000;
    public static int CURRENT_RESULT = 0;

    public CordovaInterface cordova;

From source file com.shahenlibrary.VideoPlayer.VideoPlayerView.java

public class VideoPlayerView extends ScalableVideoView implements MediaPlayer.OnPreparedListener,
        MediaPlayer.OnErrorListener, MediaPlayer.OnBufferingUpdateListener, MediaPlayer.OnCompletionListener,
        MediaPlayer.OnInfoListener, LifecycleEventListener, MediaController.MediaPlayerControl {

    private ThemedReactContext themedReactContext;
    private RCTEventEmitter eventEmitter;

From source file com.testweb.views.AdvancedWebView.java

/**
 * Advanced WebView component for Android that works as intended out of the box
 */
@SuppressWarnings("deprecation")
public abstract class AdvancedWebView extends WebView implements LifecycleEventListener {

From source file com.transistorsoft.rnbackgroundgeolocation.RNBackgroundGeolocationModule.java

/**
 * Created by chris on 2015-10-30.
 */
public class RNBackgroundGeolocationModule extends ReactContextBaseJavaModule
        implements ActivityEventListener, LifecycleEventListener {
    private static final String TAG = "TSLocationManager";

From source file io.tradle.RNBlinkIDModule.java

public class RNBlinkIDModule extends ReactContextBaseJavaModule implements LifecycleEventListener {

    private final ReactApplicationContext reactContext;
    private final String notSupportedBecause;
    private String licenseKey;
    private static final String E_USER_CANCELED = "RNMBUserCanceledError";

From source file it.near.sdk.reactnative.rnnearitsdk.RNNearItModule.java

public class RNNearItModule extends ReactContextBaseJavaModule
        implements LifecycleEventListener, ActivityEventListener, ProximityListener {

    // Module name
    static final String MODULE_NAME = "RNNearIt";