ConnectionRequest.IsRequestingRtt 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.
Convenience method for determining whether the ConnectionRequest is requesting an RTT session
public bool IsRequestingRtt { [Android.Runtime.Register("isRequestingRtt", "()Z", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("isRequestingRtt", "()Z", "", ApiSince=28)>]
member this.IsRequestingRtt : bool
Property Value
true
if RTT is requested, false
otherwise.
- Attributes
Remarks
Convenience method for determining whether the ConnectionRequest is requesting an RTT session
Java documentation for android.telecom.ConnectionRequest.isRequestingRtt()
.
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.