@FunctionalInterface public static interface ParseSession.Action
ParseSession.performParseSessionAction()
and ParseSession.performParseSessionActionWithCurrentTransaction()
.Modifier and Type | Method and Description |
---|---|
void |
run(ParseSession session)
Perform some action using the given
ParseSession while a transaction is open. |
void run(ParseSession session) throws Exception
ParseSession
while a transaction is open.session
- session with open transactionException
- if an error occursCopyright © 2022. All rights reserved.