SurfaceControl.Builder.SetName(String) Method
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.
Set a debugging-name for the SurfaceControl.
[Android.Runtime.Register("setName", "(Ljava/lang/String;)Landroid/view/SurfaceControl$Builder;", "GetSetName_Ljava_lang_String_Handler", ApiSince=29)]
public virtual Android.Views.SurfaceControl.Builder SetName(string name);
[<Android.Runtime.Register("setName", "(Ljava/lang/String;)Landroid/view/SurfaceControl$Builder;", "GetSetName_Ljava_lang_String_Handler", ApiSince=29)>]
abstract member SetName : string -> Android.Views.SurfaceControl.Builder
override this.SetName : string -> Android.Views.SurfaceControl.Builder
Parameters
- name
- String
The System.String value used for name.
Returns
The result of the set name operation.
- Attributes
Remarks
For details, see the Android reference documentation for android.view.SurfaceControl.Builder.setName.
Java documentation for android.view.SurfaceControl.Builder.setName.
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.