SipProfile.SetCallingUid(Int32) Method

Definition

Sets the calling process's Uid in the sip service.

[Android.Runtime.Register("setCallingUid", "(I)V", "GetSetCallingUid_IHandler", ApiSince=30)]
public virtual void SetCallingUid (int uid);
[<Android.Runtime.Register("setCallingUid", "(I)V", "GetSetCallingUid_IHandler", ApiSince=30)>]
abstract member SetCallingUid : int -> unit
override this.SetCallingUid : int -> unit

Parameters

uid
Int32
Attributes

Remarks

Sets the calling process's Uid in the sip service.

Java documentation for android.net.sip.SipProfile.setCallingUid(int).

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