Ads API .NET library
|
A URL for deep linking into an app for the given operating system. More...
Classes | |
class | Fields |
List of all supported fields for the AppUrl class. More... | |
class | FilterableFields |
List of all supported filterable fields for the AppUrl class. More... | |
class | SelectableFields |
List of all supported selectable fields for the AppUrl class. More... | |
Properties | |
string | url [get, set] |
The app deep link url. E.g. "android-app://com.my.App" More... | |
AppUrlOsType | osType [get, set] |
The operating system targeted by this url. This field is required and should not be More... | |
bool | osTypeSpecified [get, set] |
A URL for deep linking into an app for the given operating system.
|
getset |
The operating system targeted by this url. This field is required and should not be
null
.
|
getset |
true
, if a value is specified for osType, false
otherwise.
|
getset |
The app deep link url. E.g. "android-app://com.my.App"