-
public interface IRebuildUserService
-
-
Method Summary
Modifier and Type Method Description abstract List<Operation>getRebuildOperationsIfCurrentUser(String appId, String onesignalId)Retrieve the list of operations for rebuilding a user, if the onesignalId provided represents the current user. -
-
Method Detail
-
getRebuildOperationsIfCurrentUser
abstract List<Operation> getRebuildOperationsIfCurrentUser(String appId, String onesignalId)
Retrieve the list of operations for rebuilding a user, if the onesignalId provided represents the current user.
- Parameters:
appId- The id of the app.onesignalId- The id of the user to retrieve operations for.
-
-
-
-