AnyEvent-APNS
view release on metacpan or search on metacpan
lib/AnyEvent/APNS.pm view on Meta::CPAN
=item sandbox => 0|1
This is a flag indicate target service is provisioning (sandbox => 1) or distribution (sandbox => 0)
Optional (Default: 0)
=item on_error => $cb->($handle, $fatal, $message)
Callback to be called when something error occurs.
This is wrapper for L<AnyEvent::Handle>'s on_error callbacks. Look at the document for more detail.
Optional (Default: just warn error)
=item on_eof => $cb->($handle)
Callback to be called when an end-of-file condition is detected.
Optional. (Default: use on_error instead. read L<AnyEvent::Handle> for more detail)
=item on_connect => $cb->()
( run in 0.354 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )