TKPhoneActionHandler

public class TKPhoneActionHandler : TKInterAppExternalActionHandler

Handler for tel: actions, bringing up the Phone app, optionally showing a name nominated by the TripGo backend.

Warning

This only works if you add the tel URL scheme to the LSApplicationQueriesSchemesof your app’s Info.plist, e.g.,:
<key>LSApplicationQueriesSchemes</key>
<array>
  <string>tel</string>
  ...
</array>