Home
last modified time | relevance | path

Searched defs:setBody (Results 1 – 2 of 2) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/network/
H A DManualExpoResponse.kt30 fun setBody(string: String) { in setBody() method in host.exp.exponent.network.ManualExpoResponse
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationContent.java278 public Builder setBody(JSONObject body) { in setBody() method in NotificationContent.Builder