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