DropBoxManager.GetNextEntry(String, Int64) Method

Definition

Gets the next entry from the drop box <em>after</em> the specified time.

[Android.Runtime.Register("getNextEntry", "(Ljava/lang/String;J)Landroid/os/DropBoxManager$Entry;", "GetGetNextEntry_Ljava_lang_String_JHandler")]
public virtual Android.OS.DropBoxManager.Entry? GetNextEntry (string? tag, long msec);
[<Android.Runtime.Register("getNextEntry", "(Ljava/lang/String;J)Landroid/os/DropBoxManager$Entry;", "GetGetNextEntry_Ljava_lang_String_JHandler")>]
abstract member GetNextEntry : string * int64 -> Android.OS.DropBoxManager.Entry
override this.GetNextEntry : string * int64 -> Android.OS.DropBoxManager.Entry

Parameters

tag
String

of entry to look for, null for all tags

msec
Int64

time of the last entry seen

Returns

the next entry, or null if there are no more entries

Attributes

Remarks

Java documentation for android.os.DropBoxManager.getNextEntry(java.lang.String, long).

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