This RPC is used to tell the head unit to use bluetooth to dial a phone number using the phone.
@since SDL 4.0
Convenience init to initiate a dial number request
- (nonnull instancetype)initWithNumber:(nonnull NSString *)number;
init(number: String)
Up to 40 character string representing the phone number. All characters stripped except for ‘0’-‘9’, ‘*’, ‘#’, ‘,’, ‘;’, and ‘+’.
An SDLDialNumber object
Up to 40 character string representing the phone number. All characters stripped except for ‘0’-‘9’, ‘*’, ‘#’, ‘,’, ‘;’, and ‘+’
@property (nonatomic, strong) NSString *_Nonnull number;
var number: String { get set }