inapp
/
com.moengage.inapp.internal.model.meta
/
Rules
Rules
open class
Rules
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Rules
Link copied to clipboard
open fun
Rules
(
@
Nullable
()
screenName:
String
,
@
Nullable
()
context:
Set
<
String
>)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open fun
equals
(o:
Any
):
Boolean
Content copied to clipboard
fromJson
Link copied to clipboard
open fun
fromJson
(
@
Nullable
()
rulesJson:
JSONObject
):
Rules
Content copied to clipboard
toJson
Link copied to clipboard
open fun
toJson
(rules:
Rules
):
JSONObject
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
context
Link copied to clipboard
@
Nullable
()
val
context
:
Set
<
String
>
Content copied to clipboard
Context for which the campaign should be shown.
screenName
Link copied to clipboard
@
Nullable
()
val
screenName
:
String
Content copied to clipboard
Screen name on which the campaign should be shown.