次の方法で共有


SipProfile.Builder.SetAutoRegistration(Boolean) Method

Definition

Sets the auto. registration flag.

[Android.Runtime.Register("setAutoRegistration", "(Z)Landroid/net/sip/SipProfile$Builder;", "GetSetAutoRegistration_ZHandler")]
public virtual Android.Net.Sip.SipProfile.Builder SetAutoRegistration (bool flag);
[<Android.Runtime.Register("setAutoRegistration", "(Z)Landroid/net/sip/SipProfile$Builder;", "GetSetAutoRegistration_ZHandler")>]
abstract member SetAutoRegistration : bool -> Android.Net.Sip.SipProfile.Builder
override this.SetAutoRegistration : bool -> Android.Net.Sip.SipProfile.Builder

Parameters

flag
Boolean

true if the profile will be registered automatically, false otherwise

Returns

Attributes

Remarks

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.

Applies to