AttachEndpointToUserDelegate Protocol Reference

Declared in EventDelegates.h

Overview

Callback interface for attached to user notifications.

Provide listener implementation to EndpointRegistrationManager to retrieve notification when current endpoint is attached to user by another endpoint.

– onAttachedToUser:token: required method

Callback on current endpoint is attached to user.

- (void)onAttachedToUser:(NSString *)userExternalId token:(NSString *)endpointAccessToken

Discussion

Callback on current endpoint is attached to user.

Declared In

EventDelegates.h