MCPcopy Create free account
hub / github.com/HumbleUI/JWM / notify

Method notify

shared/java/Notifications.java:7–10  ·  view source on GitHub ↗
(String title, String body)

Source from the content-addressed store, hash-verified

5
6public class Notifications {
7 public static void notify(String title, String body) {
8 assert App._onUIThread() : "Should be run on UI thread";;
9 throw new UnsupportedOperationException("Not implemented yet");
10 }
11
12 @ApiStatus.Internal public static native void _nNotify(String title, String body);
13}

Callers

nothing calls this directly

Calls 1

_onUIThreadMethod · 0.95

Tested by

no test coverage detected