IWatchEventKind.Type Method

Definition

Returns the type of the WatchEvent#context context value.

[Android.Runtime.Register("type", "()Ljava/lang/Class;", "GetTypeHandler:Java.Nio.FileNio.IWatchEventKindInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)]
public Java.Lang.Class? Type ();
[<Android.Runtime.Register("type", "()Ljava/lang/Class;", "GetTypeHandler:Java.Nio.FileNio.IWatchEventKindInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)>]
abstract member Type : unit -> Java.Lang.Class

Returns

the type of the context value

Attributes

Remarks

Returns the type of the WatchEvent#context context value.

Java documentation for java.nio.file.WatchEvent.Kind.type().

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