-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class PointrServiceParams implements Parcelable
Class to represent the information required to start pointr service
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
PointrServiceParams.Companion
-
Field Summary
Fields Modifier and Type Field Description private final String
title
private final String
description
private final Integer
smallIconRes
private final Class<out Activity>
targetActivity
-
Method Summary
Modifier and Type Method Description final String
getTitle()
final String
getDescription()
final Integer
getSmallIconRes()
final Class<out Activity>
getTargetActivity()
final String
serialize()
Unit
writeToParcel(Parcel parcel, Integer flags)
Integer
describeContents()
-
-
Method Detail
-
getDescription
final String getDescription()
-
getSmallIconRes
final Integer getSmallIconRes()
-
getTargetActivity
final Class<out Activity> getTargetActivity()
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
describeContents
Integer describeContents()
-
-
-
-