sendStickyBroadcastAsUser method
void
sendStickyBroadcastAsUser(
- JObject? intent,
- JObject? userHandle
from: public abstract void sendStickyBroadcastAsUser(android.content.Intent intent, android.os.UserHandle userHandle)
Implementation
void sendStickyBroadcastAsUser(
jni$_.JObject? intent,
jni$_.JObject? userHandle,
) {
final _$intent = intent?.reference ?? jni$_.jNullReference;
final _$userHandle = userHandle?.reference ?? jni$_.jNullReference;
_sendStickyBroadcastAsUser(
reference.pointer,
_id_sendStickyBroadcastAsUser.pointer,
_$intent.pointer,
_$userHandle.pointer,
).check();
}