-
public interface ReactCallerContextFactory
This interface is used from ReactImageManager to customize the CallerContext object associated with each instance of ReactImageView.
-
-
Method Summary
Modifier and Type Method Description abstract Object
getOrCreateCallerContext(@Nullable() String surfaceName, @Nullable() String analyticTag)
This method will be called at the time ReactImageManager creates ReactImageView -
-
Method Detail
-
getOrCreateCallerContext
@Nullable() abstract Object getOrCreateCallerContext(@Nullable() String surfaceName, @Nullable() String analyticTag)
This method will be called at the time ReactImageManager creates ReactImageView
- Parameters:
surfaceName
- String used to log the name of the surface
-
-
-
-