Package io.sentry

Interface Scope.IWithTransaction

Enclosing class:
Scope

@Internal public static interface Scope.IWithTransaction
The IWithTransaction callback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(@Nullable ITransaction transaction)
    The accept method of the callback
  • Method Details

    • accept

      void accept(@Nullable @Nullable ITransaction transaction)
      The accept method of the callback
      Parameters:
      transaction - the current transaction or null if none exists