Class UiElement

java.lang.Object
io.sentry.internal.gestures.UiElement

public final class UiElement extends Object
  • Constructor Details

    • UiElement

      public UiElement(@Nullable @Nullable Object view, @Nullable @Nullable String className, @Nullable @Nullable String resourceName, @Nullable @Nullable String tag)
  • Method Details

    • getClassName

      @Nullable public @Nullable String getClassName()
    • getResourceName

      @Nullable public @Nullable String getResourceName()
    • getTag

      @Nullable public @Nullable String getTag()
    • getIdentifier

      @NotNull public @NotNull String getIdentifier()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • getView

      @Nullable public @Nullable Object getView()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object