| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use INCallDestinationTypeNormal instead |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use INCallDestinationTypeEmergency instead |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use INCallDestinationTypeVoicemail instead |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use INCallDestinationTypeRedial instead |
| Declaration | |
|---|---|
| From | + (nonnull instancetype)imageWithURL:(nonnull NSURL *)URL |
| To | + (nullable instancetype)imageWithURL:(nonnull NSURL *)URL |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | imageWithURL:desiredWidth:height: is deprecated. Use imageWithURL:width:height: instead |
| Declaration | |
|---|---|
| From | @property (atomic, readonly, copy, nonnull) NSString *value |
| To | @property (atomic, readonly, copy, nullable) NSString *value |
| Declaration | |
|---|---|
| From | - (nonnull instancetype)initWithValue:(nonnull NSString *)value type:(INPersonHandleType)type label:(nullable INPersonHandleLabel)label |
| To | - (nonnull instancetype)initWithValue:(nullable NSString *)value type:(INPersonHandleType)type label:(nullable INPersonHandleLabel)label |
| Declaration | |
|---|---|
| From | - (nonnull instancetype)initWithValue:(nonnull NSString *)value type:(INPersonHandleType)type |
| To | - (nonnull instancetype)initWithValue:(nullable NSString *)value type:(INPersonHandleType)type |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | resolveRecipientForSendMessage:withCompletion: is deprecated. Use resolveRecipientForSendMessage:withCompletion: instead |