TVONotificationDelegate Protocol Reference

Conforms to NSObject
Declared in TVONotificationDelegate.h

Overview

Objects can conform to the TVONotificationDelegate protocol 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 *)callInvite

Parameters

callInvite

A TVOCallInvite object.

Discussion

An 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 *)error

Parameters

error

An NSError object describing the error.

See Also

Declared In

TVONotificationDelegate.h