Cancel a previously shown notification.
Syntax
[Android.Runtime.Register("cancel", "(Ljava/lang/String;I)V", "GetCancel_Ljava_lang_String_IHandler")]
public virtual
void Cancel (
string tag,
int id)
Parameters
- tag
- A string identifier for this notification. May be null.
- id
- An identifier for this notification. The pair (tag , id) must be unique within your application.
Remarks
Requirements
Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5