/**
 * Copyright (C) 2003-2025, Foxit Software Inc..
 * All Rights Reserved.
 * <p>
 * http://www.foxitsoftware.com
 * <p>
 * The following code is copyrighted and is the proprietary of Foxit Software Inc.. It is not allowed to
 * distribute any parts of Foxit PDF SDK to third party or public without permission unless an agreement
 * is signed between Foxit Software Inc. and customers to explicitly grant customers permissions.
 * Review legal.txt for additional license and legal information.
 */
package com.foxitreader;


class ReactConstants {
    static final int OPEN_FROM_LOCAL = 0;
    static final int OPEN_FROM_URL = 1;

    static final String KEY_OPEN_TYPE= "open_type";
    static final String KEY_PATH = "path";
    static final String KEY_PASSWORD = "password";

}
