summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLRegisterAppInterfaceResponse.h
diff options
context:
space:
mode:
authormjuarez-ford <47789765+mjuarez-ford@users.noreply.github.com>2019-08-12 13:38:11 +0200
committerGitHub <noreply@github.com>2019-08-12 13:38:11 +0200
commitab891985c10956305a9014352da2c2528b740649 (patch)
tree2a5c5b1f368bf6a4a30f19bb624d609b8451e322 /SmartDeviceLink/SDLRegisterAppInterfaceResponse.h
parent0df8c6041c21deabe135a63122549a52ad8f3328 (diff)
downloadsdl_ios-ab891985c10956305a9014352da2c2528b740649.tar.gz
Update SmartDeviceLink/SDLRegisterAppInterfaceResponse.h
Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
Diffstat (limited to 'SmartDeviceLink/SDLRegisterAppInterfaceResponse.h')
-rw-r--r--SmartDeviceLink/SDLRegisterAppInterfaceResponse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLRegisterAppInterfaceResponse.h b/SmartDeviceLink/SDLRegisterAppInterfaceResponse.h
index 4c398d728..c9d3679da 100644
--- a/SmartDeviceLink/SDLRegisterAppInterfaceResponse.h
+++ b/SmartDeviceLink/SDLRegisterAppInterfaceResponse.h
@@ -73,7 +73,7 @@ NS_ASSUME_NONNULL_BEGIN
*
* @since SDL 1.0
*/
-@property (nullable, strong, nonatomic) SDLDisplayCapabilities *displayCapabilities __attribute__((deprecated("See DisplayCapabilities. This parameter is deprecated and replaced by SystemCapability using DISPLAY. @since 6.0")));
+@property (nullable, strong, nonatomic) SDLDisplayCapabilities *displayCapabilities __deprecated_msg("This parameter is deprecated and replaced by GetSystemCapability using DISPLAY. Deprecated in sdl_ios v6.4 / RPC spec 6.0. You can use the SystemCapabilityManager to have automatic full compatibility support.");
/**
* Contains information about the head unit button capabilities.