SENTRequestUserContextCompletionHandler

typedef void (^SENTRequestUserContextCompletionHandler)(SENTUserContext *_Nullable userContext,
                                                        SENTRequestUserContextError *_Nullable error);

Last updated