ReactMarker

open class ReactMarker

Static class that allows markers to be placed in React code and responded to in a configurable way

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
Link copied to clipboard
interface MarkerListener

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun logFabricMarker(name: ReactMarkerConstants, @Nullable tag: String, instanceKey: Int)
open fun logFabricMarker(name: ReactMarkerConstants, @Nullable tag: String, instanceKey: Int, timestamp: Long)
open fun logFabricMarker(name: ReactMarkerConstants, @Nullable tag: String, instanceKey: Int, timestamp: Long, counter: Int)
Link copied to clipboard
open fun logMarker(name: String)
open fun logMarker(name: ReactMarkerConstants, instanceKey: Int)
open fun logMarker(name: ReactMarkerConstants, time: Long)
open fun logMarker(name: String, instanceKey: Int)
open fun logMarker(name: String, @Nullable tag: String)
open fun logMarker(name: ReactMarkerConstants, @Nullable tag: String, instanceKey: Int)
open fun logMarker(name: String, @Nullable tag: String, instanceKey: Int)
open fun logMarker(name: ReactMarkerConstants, @Nullable tag: String, instanceKey: Int, @Nullable time: Long)
Link copied to clipboard
Link copied to clipboard