Package io.sentry
Interface Scope.IWithTransaction
-
- Enclosing class:
- Scope
@Internal public static interface Scope.IWithTransactionthe IWithTransaction callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(@Nullable ITransaction transaction)The accept method of the 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
-
-