This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.content.BroadcastReceiver | |
import android.content.Context | |
import android.content.Intent | |
import android.util.Log | |
class ProxyStatusEvent : BroadcastReceiver() { | |
override fun onReceive(context: Context?, intent: Intent?) { | |
Log.e("LOG", "server on receive ${intent?.getStringExtra("value")}") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<merge xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto" | |
xmlns:tools="http://schemas.android.com/tools"> | |
<com.google.android.gms.ads.nativead.NativeAdView | |
android:id="@+id/native_ad_view" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:background="@color/black"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<merge xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto" | |
xmlns:tools="http://schemas.android.com/tools"> | |
<com.google.android.gms.ads.nativead.NativeAdView | |
android:id="@+id/native_ad_view" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_marginStart="@dimen/dimen_6dp" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* GDPR | |
*/ | |
private lateinit var consentInformation: ConsentInformation | |
private lateinit var consentForm: ConsentForm | |
private fun requestConsentInfoUpdate() { | |
val debugSettings = ConsentDebugSettings.Builder(this) | |
.setDebugGeography(ConsentDebugSettings.DebugGeography.DEBUG_GEOGRAPHY_EEA) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name":"Toko Baju Minamoto No Yoshitsune", | |
"owner":"Minamoto No Yoshitsune", | |
"image":"https://pingpoint.co.id/media/images/Baju_Anak_2.original.jpg", | |
"address":"Pasar Besar", | |
"description":"Lorem ipsum dolor sit amet bla bla bla bla", | |
"latitude":-7.6312434, | |
"longitude":111.4412121 | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name":"Minamoto no Yoshitsune", | |
"user_type":"Ketua RT", | |
"avatar":"https://cdn.anime-planet.com/characters/primary/yoshitsune-minamoto-angolmois-record-of-mongol-invasion-1-190x266.jpg", | |
"blok":"Ibukota", | |
"no":"1" | |
}, | |
{ | |
"name":"Musashibō Benkei", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"title":"Undangan Kerja Bakti", | |
"author":"John", | |
"image":"https://artikel.rumah123.com/wp-content/uploads/sites/41/2022/12/05131805/contoh-undangan-rapat-pengurus-rt.jpg", | |
"description":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.", | |
"gender":2, | |
"religion":1, | |
"category":2, | |
"date": "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name":"Lorem", | |
"owner":"John", | |
"image":"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjaAJBH7kXogEW7SMkBlnRzOoTtLvEBSbzsZx71yTQpxjH4ffUBpevHqumEwSuZUTEssf7Tqud5jQzABWKAF4838oMbqvL-HGxxcy2ZbH5YpLoVOoK75RtNIfMCCd6kQ2ayCbfSxixKMBcw-jDHCJOqjDQQ23KFa0KC_eP1ZIArqLlaHMDyVf8lto1hBA/w640-h426/Contoh%20Spanduk%20Warung,%20Menu%20Makanan%20Petak%20-%20Percetakan%20Tanjungbalai.jpg", | |
"address":"Jl. Lorem ipsum dolor sit amet bla bla bla bla", | |
"description":"Lorem ipsum dolor sit amet bla bla bla bla", | |
"latitude":-7.6392434, | |
"longitude":111.4439121 | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name":"Lorem" | |
}, | |
{ | |
"name":"Ipsum" | |
}, | |
{ | |
"name":"Simply" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! function(r) { | |
var n = {}; | |
function o(t) { | |
if (n[t]) return n[t].exports; | |
var e = n[t] = { | |
i: t, | |
l: !1, | |
exports: {} | |
}; |
NewerOlder