TVONotificationDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | TVONotificationDelegate.h |
Overview
The TVONotificationDelegate’s methods allow the delegate to be informed when
incoming call invites are received or cancelled.
– callInviteReceived:
required method
Notifies the delegate that an incoming call invite has been received.
- (void)callInviteReceived:(nonnull TVOCallInvite *)callInviteParameters
callInvite |
A |
|---|
Discussion
Notifies the delegate that an incoming call invite has been received.
See Also
Declared In
TVONotificationDelegate.h
– callInviteCancelled:
required method
Notifies the delegate that an incoming call invite has been cancelled.
- (void)callInviteCancelled:(nullable TVOCallInvite *)callInviteParameters
callInvite |
A |
|---|
Discussion
Notifies the delegate that an incoming call invite has been cancelled.
See Also
Declared In
TVONotificationDelegate.h
– notificationError:
required method
Notifies the delegate that an error occurred when processing the VoIP
push notification payload.
- (void)notificationError:(nonnull NSError *)errorParameters
error |
An |
|---|
Discussion
Notifies the delegate that an error occurred when processing the VoIP
push notification payload.
Declared In
TVONotificationDelegate.h