Open neallester opened 6 years ago
Replace
public func commit (completionHandler: (() -> ())?)
with
public func commit (completionHandler: ((BatchResult) -> ()))
where BatchResult is an enum indicating whether the batch succeeded or timed out.
Replace
with
where BatchResult is an enum indicating whether the batch succeeded or timed out.