2
0
mirror of https://github.com/status-im/go-waku.git synced 2025-02-18 16:26:46 +00:00
Richard Ramos f1f6cb04f0
feat: kotlin android example ()
* feat: kotlin android example
* Adding lightpush and store to kotlin example
2022-04-12 08:12:14 -04:00

14 lines
248 B
Go

//go:build darwin && cgo
// +build darwin,cgo
package gowaku
/*
#cgo CFLAGS: -x objective-c
#cgo LDFLAGS: -framework Foundation
#include <stddef.h>
#include <stdbool.h>
extern bool StatusServiceSignalEvent( const char *jsonEvent );
*/
import "C"