Call.RemainingPostDialSequence Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Obtains the post-dial sequence remaining to be emitted by this Call
, if any.
public string? RemainingPostDialSequence { [Android.Runtime.Register("getRemainingPostDialSequence", "()Ljava/lang/String;", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getRemainingPostDialSequence", "()Ljava/lang/String;", "", ApiSince=23)>]
member this.RemainingPostDialSequence : string
Property Value
The remaining post-dial sequence, or null
if there is no post-dial sequence
remaining or this Call
is not in a post-dial state.
- Attributes
Remarks
Obtains the post-dial sequence remaining to be emitted by this Call
, if any.
Java documentation for android.telecom.Call.getRemainingPostDialSequence()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.