Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
iOS Documentation
SDLDialNumber

SDLDialNumber Class Reference

Section Contents

Overview

This RPC is used to tell the head unit to use bluetooth to dial a phone number using the phone.

@since SDL 4.0

-initWithNumber:

Convenience init to initiate a dial number request

Objective-C

- (nonnull instancetype)initWithNumber:(nonnull NSString *)number;

Swift

init(number: String)

Parameters

number

Up to 40 character string representing the phone number. All characters stripped except for ‘0’-‘9’, ‘*’, ‘#’, ‘,’, ‘;’, and ‘+’.

Return Value

An SDLDialNumber object

number

Up to 40 character string representing the phone number. All characters stripped except for ‘0’-‘9’, ‘*’, ‘#’, ‘,’, ‘;’, and ‘+’

Objective-C

@property (nonatomic, strong) NSString *_Nonnull number;

Swift

var number: String { get set }
View on GitHub.com
Previous Section Next Section