SMITemplatedUrlDelegate
Objective-C
@protocol SMITemplatedUrlDelegate
Swift
protocol TemplatedUrlDelegate
Delegate that handles requests for auto-response messaging component parameter values.
See
SMICoreClient
-
Delegate event that is triggered when created a templated URL for an auto-response messaging component.
Declaration
Objective-C
- (void)core:(nonnull id<SMICoreClient>)core didRequestTemplatedValues:(nonnull id<SMITemplateable>)values completionHandler: (nonnull SMITemplatedUrlParametersCompletion)completionHandler;
Swift
func core(_ core: any SMICoreClient, didRequestTemplatedValues values: any SMITemplateable) async -> any SMITemplateable
Parameters
core
The
SMICoreClient
instance that is managing the current connection.values
The URL parameters that will be used by the auto-response messaging component.
completionHandler
The ‘SMITemplatedUrlParametersCompletion’ that provides the values for the auto-response parameters.