Struct google_firebasedynamiclinks1::AndroidInfo
[−]
[src]
pub struct AndroidInfo {
pub android_fallback_link: Option<String>,
pub android_package_name: Option<String>,
pub android_link: Option<String>,
pub android_min_package_version_code: Option<String>,
}Android related attributes to the Dynamic Link.
This type is not used in any activity, and only used as part of another schema.
Fields
android_fallback_link: Option<String>
Link to open on Android if the app is not installed.
android_package_name: Option<String>
Android package name of the app.
android_link: Option<String>
If specified, this overrides the ‘link’ parameter on Android.
android_min_package_version_code: Option<String>
Minimum version code for the Android app. If the installed app’s version code is lower, then the user is taken to the Play Store.
Trait Implementations
impl Default for AndroidInfo[src]
fn default() -> AndroidInfo[src]
Returns the "default value" for a type. Read more
impl Clone for AndroidInfo[src]
fn clone(&self) -> AndroidInfo[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more