Android.OS.DropBoxManager.GetNextEntry Method
Gets the next entry from the drop box after the specified time.

Syntax

[Android.Runtime.Register("getNextEntry", "(Ljava/lang/String;J)Landroid/os/DropBoxManager$Entry;", "GetGetNextEntry_Ljava_lang_String_JHandler")]
public virtual DropBoxManager.Entry GetNextEntry (string tag, long msec)

Parameters

tag
of entry to look for, null for all tags
msec
time of the last entry seen

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the next entry from the drop box after the specified time. Requires android.permission.READ_LOGS. You must always call NoType:android/os/DropBoxManager$Entry;Href=../../../reference/android/os/DropBoxManager.Entry.html#close() on the return value!

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8