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 canceled.
Required Methods
– callInviteReceived:
required method
Notifies the delegate that a call invite was received.
- (void)callInviteReceived:(nonnull TVOCallInvite *)callInviteParameters
callInvite |
A |
|---|
Discussion
A call invite may be in the TVOCallInviteStatePending or
TVOCallInviteStateCanceled state.
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 |
|---|
Declared In
TVONotificationDelegate.h