Package io.sentry

Interface Scope.IWithTransaction

  • Enclosing class:
    Scope

    @Internal
    public static interface Scope.IWithTransaction
    the IWithTransaction callback
    • Method Detail

      • accept

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